`
yjhexy
  • 浏览: 327315 次
  • 性别: Icon_minigender_1
  • 来自: 火星
社区版块
存档分类
最新评论

nginx 安装

 
阅读更多

 wget http://www.openssl.org/source/openssl-0.9.8l.tar.gz
wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.00.tar.bz2
wget http://www.zlib.net/zlib-1.2.3.tar.bz2
wget http://nginx.org/download/nginx-0.8.30.tar.gz

把它们都放在/data/download/里,直接进nginx目录。
./configure --prefix=/data/ nginx --with-http_realip_module --with-http_sub_module --with-http_flv_module --with-http_dav_module --with-http_gzip_static_module --with-http_stub_status_module --with-http_addition_module --with-pcre=/data/download/pcre-8.00 --with-openssl=/data/download/openssl-0.9.8l --with-http_ssl_module --with-zlib=/data/download/zlib-1.2.3 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics