首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

ngnix装配

2012-07-15 
ngnix安装ngnix安装1.下载ngnix./configure --prefix/opt/nginx --with-mail --with-mail_ssl_module --w

ngnix安装
ngnix安装

1.下载ngnix

./configure --prefix=/opt/nginx --with-mail --with-mail_ssl_module --without-http-cache --without-http_fastcgi_module --without-http_uwsgi_module --without-http_scgi_module --without-http_memcached_module --with-http_gzip_static_module  --with-http_ssl_module  --with-cc-opt=-O4make && make install


在实际环境中,我多安装了两个模块,etag模块和upstream_jvm_route模块。

热点排行