软件:
$ E2 z9 k2 ~* J: l) ywget http://nginx.org/download/nginx-1.9.0.tar.gz/ T( x0 l( z6 v- j# [
tar xzvf nginx-1.9.0.tar.gz
7 e; y; [' A, {6 Q. k- xwget https://github.com/nbs-system/naxsi/archive/master.zip
/ G& f! l. a& [: O, hmv master.zip naxsi-master.zip
! F' l! ^- s3 d6 m8 E; eunzip naxsi-master.zip" Z) y0 }8 {$ k
1 C) U3 p, m2 v5 f% thttps://github.com/yaoweibin/ngx_http_substitutions_filter_module/archive/master.zip- j) s9 E }8 B/ \" @
mv master.zip ngx-master.zip
; o! P: d" d2 C+ S" I4 Nunzip ngx-master.zip9 E& _, F3 V' i7 {7 h/ v) H
5 f, d: Y. O# Ycd nginx-1.9.0
9 x! T/ U$ G+ X" u0 f6 N. u2 D: T; \9 c8 p/ N# G4 }* o$ ^
[Bash shell] 纯文本查看 复制代码
./configure \
--user=www \
--group=www \
--prefix=/www/webserver/nginx-1.9.0 \
--sbin-path=/www/webserver/nginx-1.9.0/sbin/nginx \
--pid-path=/www/webserver/nginx-1.9.0/logs/nginx.pid \
--conf-path=/www/webserver/nginx-1.9.0/conf/nginx.conf \
--error-log-path=/www/webserver/nginx-1.9.0/logs/error.log \
--http-log-path=/www/webserver/nginx-1.9.0/logs/access.log \
--http-client-body-temp-path=/www/webserver/nginx-1.9.0/temp/client \
--http-proxy-temp-path=/www/webserver/nginx-1.9.0/temp/proxy \
--http-fastcgi-temp-path=/www/webserver/nginx-1.9.0/temp/fcgi \
--http-scgi-temp-path=/www/webserver/nginx-1.9.0/temp/scgi \
--http-uwsgi-temp-path=/www/webserver/nginx-1.9.0/temp/uwsgi \
--with-http_flv_module \
--with-http_stub_status_module \
--with-http_realip_module \
--with-http_ssl_module \
--with-http_spdy_module \
--with-http_gzip_static_module \
--with-ipv6 \
--with-pcre=/root/pcre-8.34 \
--with-http_sub_module \
--add-module=/root/ngx_http_substitutions_filter_module-master \
--add-module=/root/naxsi-master/naxsi_src
, y# v: }( [/ h7 b% K4 [* I
0 F h; @, k0 |5 W3 d. p7 H4 J
|