comparison auto/options @ 2260:4f1616b32744

ngx_http_secure_link_module
author Igor Sysoev <igor@sysoev.ru>
date Sat, 27 Sep 2008 13:22:10 +0000
parents 03180d4e5af2
children ce574b0ffeec
comparison
equal deleted inserted replaced
2259:0864138899f1 2260:4f1616b32744
75 HTTP_PERL=NO 75 HTTP_PERL=NO
76 HTTP_MEMCACHED=YES 76 HTTP_MEMCACHED=YES
77 HTTP_LIMIT_ZONE=YES 77 HTTP_LIMIT_ZONE=YES
78 HTTP_EMPTY_GIF=YES 78 HTTP_EMPTY_GIF=YES
79 HTTP_BROWSER=YES 79 HTTP_BROWSER=YES
80 HTTP_SECURE_LINK=NO
80 HTTP_FLV=NO 81 HTTP_FLV=NO
81 HTTP_GZIP_STATIC=NO 82 HTTP_GZIP_STATIC=NO
82 HTTP_UPSTREAM_IP_HASH=YES 83 HTTP_UPSTREAM_IP_HASH=YES
83 84
84 # STUB 85 # STUB
171 --with-http_sub_module) HTTP_SUB=YES ;; 172 --with-http_sub_module) HTTP_SUB=YES ;;
172 --with-http_dav_module) HTTP_DAV=YES ;; 173 --with-http_dav_module) HTTP_DAV=YES ;;
173 --with-http_flv_module) HTTP_FLV=YES ;; 174 --with-http_flv_module) HTTP_FLV=YES ;;
174 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 175 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
175 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 176 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
177 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
176 178
177 --without-http_charset_module) HTTP_CHARSET=NO ;; 179 --without-http_charset_module) HTTP_CHARSET=NO ;;
178 --without-http_gzip_module) HTTP_GZIP=NO ;; 180 --without-http_gzip_module) HTTP_GZIP=NO ;;
179 --without-http_ssi_module) HTTP_SSI=NO ;; 181 --without-http_ssi_module) HTTP_SSI=NO ;;
180 --without-http_userid_module) HTTP_USERID=NO ;; 182 --without-http_userid_module) HTTP_USERID=NO ;;
288 --with-http_sub_module enable ngx_http_sub_module 290 --with-http_sub_module enable ngx_http_sub_module
289 --with-http_dav_module enable ngx_http_dav_module 291 --with-http_dav_module enable ngx_http_dav_module
290 --with-http_flv_module enable ngx_http_flv_module 292 --with-http_flv_module enable ngx_http_flv_module
291 --with-http_gzip_static_module enable ngx_http_gzip_static_module 293 --with-http_gzip_static_module enable ngx_http_gzip_static_module
292 --with-http_random_index_module enable ngx_http_random_index_module 294 --with-http_random_index_module enable ngx_http_random_index_module
295 --with-http_secure_link_module enable ngx_http_secure_link_module
293 --with-http_stub_status_module enable ngx_http_stub_status_module 296 --with-http_stub_status_module enable ngx_http_stub_status_module
294 297
295 --without-http_charset_module disable ngx_http_charset_module 298 --without-http_charset_module disable ngx_http_charset_module
296 --without-http_gzip_module disable ngx_http_gzip_module 299 --without-http_gzip_module disable ngx_http_gzip_module
297 --without-http_ssi_module disable ngx_http_ssi_module 300 --without-http_ssi_module disable ngx_http_ssi_module