码迷,mamicode.com
首页 > 其他好文 > 详细

在Ubuntu下安装nginx和combo

时间:2014-07-18 16:07:14      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:http   io   re   c   ar   .net   

cd /usr/local
mkdir src
apt-get install subversion
wget http://zlib.net/zlib-1.2.8.tar.gz
tar -zxvf zlib-1.2.8.tar.gz
cd zlib-1.2.8/
./configure
make
make install
cd ../
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.35.tar.gz
tar -zxvf pcre-8.35.tar.gz
cd pcre-8.35
./configure
make
make install
cd ../
apt-get install openssl
apt-get install libssl-dev
cd ../
apt-get install gcc g++ autoconf

svn co http://code.taobao.org/svn/nginx_concat_module/trunk nginx_concat_module
wget http://nginx.org/download/nginx-1.2.4.tar.gz
tar -zxvf nginx-1.2.4.tar.gz

cd nginx-1.2.4/
./configure --prefix=/usr/local/nginx --user=www --group=www --with-http_ssl_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_gzip_static_module --with-http_stub_status_module --add-module=/usr/local/src/nginx_concat_module --with-ld-opt="-L /usr/local/lib"
make
make install

在Ubuntu下安装nginx和combo,布布扣,bubuko.com

在Ubuntu下安装nginx和combo

标签:http   io   re   c   ar   .net   

原文地址:http://www.cnblogs.com/sprying/p/3852203.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!