|
|
|
@ -23,6 +23,7 @@ __DATA__
|
|
|
|
|
|
|
|
|
|
--without-http_echo_module disable ngx_http_echo_module
|
|
|
|
|
--without-http_xss_module disable ngx_http_xss_module
|
|
|
|
|
--without-http_set_misc_module disable ngx_http_set_misc_module
|
|
|
|
|
--without-http_form_input_module disable ngx_http_form_input_module
|
|
|
|
|
--without-http_encrypted_session_module
|
|
|
|
|
disable ngx_http_encrypted_session_module
|
|
|
|
@ -177,19 +178,54 @@ Options directly inherited from nginx
|
|
|
|
|
cp -r bundle/ build/
|
|
|
|
|
cd build
|
|
|
|
|
cd nginx-0.8.54
|
|
|
|
|
./configure --prefix=/usr/local/openresty/nginx --with-ld-opt='-Wl,-rpath=/usr/local/openresty/nginx/lib' --with-cc-opt='-O2'
|
|
|
|
|
./configure --prefix=/usr/local/openresty/nginx \
|
|
|
|
|
--with-ld-opt='-Wl,-rpath=/usr/local/openresty/lib' \
|
|
|
|
|
--with-cc-opt='-O2' \
|
|
|
|
|
--add-module=../echo-nginx-module-0.36rc1 \
|
|
|
|
|
--add-module=../xss-nginx-module-0.03rc2 \
|
|
|
|
|
--add-module=../ngx_devel_kit-0.2.14 \
|
|
|
|
|
--add-module=../set-misc-nginx-module-0.21rc2 \
|
|
|
|
|
--add-module=../form-input-nginx-module-0.07rc4 \
|
|
|
|
|
--add-module=../encrypted-session-nginx-module-0.01 \
|
|
|
|
|
--add-module=../drizzle-nginx-module-0.0.15rc9 \
|
|
|
|
|
--add-module=../lua-nginx-module-0.1.6rc1 \
|
|
|
|
|
--add-module=../headers-more-nginx-module-0.14 \
|
|
|
|
|
--add-module=../srcache-nginx-module-0.12rc1 \
|
|
|
|
|
--add-module=../array-var-nginx-module-0.02 \
|
|
|
|
|
--add-module=../memc-nginx-module-0.12rc1 \
|
|
|
|
|
--add-module=../upstream-keepalive-nginx-module-0.3 \
|
|
|
|
|
--add-module=../auth-request-nginx-module-0.2 \
|
|
|
|
|
--add-module=../rds-json-nginx-module-0.11rc2 \
|
|
|
|
|
--with-http_ssl_module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 3: --with-debug
|
|
|
|
|
--- cmd: ./configure --with-debug --dry-run
|
|
|
|
|
--- exit: 0
|
|
|
|
|
--- err
|
|
|
|
|
--- out
|
|
|
|
|
cp -r bundle/ build/
|
|
|
|
|
cd build
|
|
|
|
|
cd nginx-0.8.54
|
|
|
|
|
./configure --prefix=/usr/local/openresty/nginx --with-ld-opt='-Wl,-rpath=/usr/local/openresty/nginx/lib' --with-cc-opt='-O0' --with-debug
|
|
|
|
|
./configure --prefix=/usr/local/openresty/nginx \
|
|
|
|
|
--with-ld-opt='-Wl,-rpath=/usr/local/openresty/lib' \
|
|
|
|
|
--with-cc-opt='-O0' \
|
|
|
|
|
--with-debug \
|
|
|
|
|
--add-module=../echo-nginx-module-0.36rc1 \
|
|
|
|
|
--add-module=../xss-nginx-module-0.03rc2 \
|
|
|
|
|
--add-module=../ngx_devel_kit-0.2.14 \
|
|
|
|
|
--add-module=../set-misc-nginx-module-0.21rc2 \
|
|
|
|
|
--add-module=../form-input-nginx-module-0.07rc4 \
|
|
|
|
|
--add-module=../encrypted-session-nginx-module-0.01 \
|
|
|
|
|
--add-module=../drizzle-nginx-module-0.0.15rc9 \
|
|
|
|
|
--add-module=../lua-nginx-module-0.1.6rc1 \
|
|
|
|
|
--add-module=../headers-more-nginx-module-0.14 \
|
|
|
|
|
--add-module=../srcache-nginx-module-0.12rc1 \
|
|
|
|
|
--add-module=../array-var-nginx-module-0.02 \
|
|
|
|
|
--add-module=../memc-nginx-module-0.12rc1 \
|
|
|
|
|
--add-module=../upstream-keepalive-nginx-module-0.3 \
|
|
|
|
|
--add-module=../auth-request-nginx-module-0.2 \
|
|
|
|
|
--add-module=../rds-json-nginx-module-0.11rc2 \
|
|
|
|
|
--with-http_ssl_module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|