comparison auto/options @ 686:2e8a942c8872 NGINX_1_3_6

nginx 1.3.6 *) Feature: the ngx_http_gunzip_filter_module. *) Feature: the "memcached_gzip_flag" directive. *) Feature: the "always" parameter of the "gzip_static" directive. *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used.
author Igor Sysoev <http://sysoev.ru>
date Wed, 12 Sep 2012 00:00:00 +0400
parents bfa81a0490a2
children f31b19fe7f48
comparison
equal deleted inserted replaced
685:0a9f545d4f4b 686:2e8a942c8872
92 HTTP_BROWSER=YES 92 HTTP_BROWSER=YES
93 HTTP_SECURE_LINK=NO 93 HTTP_SECURE_LINK=NO
94 HTTP_DEGRADATION=NO 94 HTTP_DEGRADATION=NO
95 HTTP_FLV=NO 95 HTTP_FLV=NO
96 HTTP_MP4=NO 96 HTTP_MP4=NO
97 HTTP_GUNZIP=NO
97 HTTP_GZIP_STATIC=NO 98 HTTP_GZIP_STATIC=NO
98 HTTP_UPSTREAM_IP_HASH=YES 99 HTTP_UPSTREAM_IP_HASH=YES
99 HTTP_UPSTREAM_LEAST_CONN=YES 100 HTTP_UPSTREAM_LEAST_CONN=YES
100 HTTP_UPSTREAM_KEEPALIVE=YES 101 HTTP_UPSTREAM_KEEPALIVE=YES
101 102
208 --with-http_geoip_module) HTTP_GEOIP=YES ;; 209 --with-http_geoip_module) HTTP_GEOIP=YES ;;
209 --with-http_sub_module) HTTP_SUB=YES ;; 210 --with-http_sub_module) HTTP_SUB=YES ;;
210 --with-http_dav_module) HTTP_DAV=YES ;; 211 --with-http_dav_module) HTTP_DAV=YES ;;
211 --with-http_flv_module) HTTP_FLV=YES ;; 212 --with-http_flv_module) HTTP_FLV=YES ;;
212 --with-http_mp4_module) HTTP_MP4=YES ;; 213 --with-http_mp4_module) HTTP_MP4=YES ;;
214 --with-http_gunzip_module) HTTP_GUNZIP=YES ;;
213 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 215 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
214 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 216 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
215 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;; 217 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
216 --with-http_degradation_module) HTTP_DEGRADATION=YES ;; 218 --with-http_degradation_module) HTTP_DEGRADATION=YES ;;
217 219
354 --with-http_geoip_module enable ngx_http_geoip_module 356 --with-http_geoip_module enable ngx_http_geoip_module
355 --with-http_sub_module enable ngx_http_sub_module 357 --with-http_sub_module enable ngx_http_sub_module
356 --with-http_dav_module enable ngx_http_dav_module 358 --with-http_dav_module enable ngx_http_dav_module
357 --with-http_flv_module enable ngx_http_flv_module 359 --with-http_flv_module enable ngx_http_flv_module
358 --with-http_mp4_module enable ngx_http_mp4_module 360 --with-http_mp4_module enable ngx_http_mp4_module
361 --with-http_gunzip_module enable ngx_http_gunzip_module
359 --with-http_gzip_static_module enable ngx_http_gzip_static_module 362 --with-http_gzip_static_module enable ngx_http_gzip_static_module
360 --with-http_random_index_module enable ngx_http_random_index_module 363 --with-http_random_index_module enable ngx_http_random_index_module
361 --with-http_secure_link_module enable ngx_http_secure_link_module 364 --with-http_secure_link_module enable ngx_http_secure_link_module
362 --with-http_degradation_module enable ngx_http_degradation_module 365 --with-http_degradation_module enable ngx_http_degradation_module
363 --with-http_stub_status_module enable ngx_http_stub_status_module 366 --with-http_stub_status_module enable ngx_http_stub_status_module