comparison auto/options @ 634:0d6525917227 NGINX_1_0_7

nginx 1.0.7 *) Change: now if total size of all ranges is greater than source response size, then nginx disables ranges and returns just the source response. *) Feature: the "max_ranges" directive. *) Feature: the module ngx_http_mp4_module. *) Feature: the "worker_aio_requests" directive. *) Bugfix: if nginx was built --with-file-aio it could not be run on Linux kernel which did not support AIO. *) Bugfix: in Linux AIO error processing. Thanks to Hagai Avrahami. *) Bugfix: in Linux AIO combined with open_file_cache. *) Bugfix: open_file_cache did not update file info on retest if file was not atomically changed. *) Bugfix: reduced memory consumption for long-lived requests. *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" directives. *) Bugfix: nginx could not be built on MacOSX 10.7. *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" directives. *) Bugfix: request body might be processed incorrectly if client used pipelining. *) Bugfix: in the "request_body_in_single_buf" directive. *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives if SSL connection to backend was used. *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as "down". *) Bugfix: a segmentation fault might occur during reconfiguration if ssl_session_cache was defined but not used in previous configuration. *) Bugfix: a segmentation fault might occur in a worker process if many backup servers were used in an upstream.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Sep 2011 00:00:00 +0400
parents 4d3e880ce86c
children 1b80544421e8
comparison
equal deleted inserted replaced
633:7c3c34755d2e 634:0d6525917227
90 HTTP_EMPTY_GIF=YES 90 HTTP_EMPTY_GIF=YES
91 HTTP_BROWSER=YES 91 HTTP_BROWSER=YES
92 HTTP_SECURE_LINK=NO 92 HTTP_SECURE_LINK=NO
93 HTTP_DEGRADATION=NO 93 HTTP_DEGRADATION=NO
94 HTTP_FLV=NO 94 HTTP_FLV=NO
95 HTTP_MP4=NO
95 HTTP_GZIP_STATIC=NO 96 HTTP_GZIP_STATIC=NO
96 HTTP_UPSTREAM_IP_HASH=YES 97 HTTP_UPSTREAM_IP_HASH=YES
97 98
98 # STUB 99 # STUB
99 HTTP_STUB_STATUS=NO 100 HTTP_STUB_STATUS=NO
199 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;; 200 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
200 --with-http_geoip_module) HTTP_GEOIP=YES ;; 201 --with-http_geoip_module) HTTP_GEOIP=YES ;;
201 --with-http_sub_module) HTTP_SUB=YES ;; 202 --with-http_sub_module) HTTP_SUB=YES ;;
202 --with-http_dav_module) HTTP_DAV=YES ;; 203 --with-http_dav_module) HTTP_DAV=YES ;;
203 --with-http_flv_module) HTTP_FLV=YES ;; 204 --with-http_flv_module) HTTP_FLV=YES ;;
205 --with-http_mp4_module) HTTP_MP4=YES ;;
204 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 206 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
205 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 207 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
206 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;; 208 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
207 --with-http_degradation_module) HTTP_DEGRADATION=YES ;; 209 --with-http_degradation_module) HTTP_DEGRADATION=YES ;;
208 210
334 --with-http_image_filter_module enable ngx_http_image_filter_module 336 --with-http_image_filter_module enable ngx_http_image_filter_module
335 --with-http_geoip_module enable ngx_http_geoip_module 337 --with-http_geoip_module enable ngx_http_geoip_module
336 --with-http_sub_module enable ngx_http_sub_module 338 --with-http_sub_module enable ngx_http_sub_module
337 --with-http_dav_module enable ngx_http_dav_module 339 --with-http_dav_module enable ngx_http_dav_module
338 --with-http_flv_module enable ngx_http_flv_module 340 --with-http_flv_module enable ngx_http_flv_module
341 --with-http_mp4_module enable ngx_http_mp4_module
339 --with-http_gzip_static_module enable ngx_http_gzip_static_module 342 --with-http_gzip_static_module enable ngx_http_gzip_static_module
340 --with-http_random_index_module enable ngx_http_random_index_module 343 --with-http_random_index_module enable ngx_http_random_index_module
341 --with-http_secure_link_module enable ngx_http_secure_link_module 344 --with-http_secure_link_module enable ngx_http_secure_link_module
342 --with-http_degradation_module enable ngx_http_degradation_module 345 --with-http_degradation_module enable ngx_http_degradation_module
343 --with-http_stub_status_module enable ngx_http_stub_status_module 346 --with-http_stub_status_module enable ngx_http_stub_status_module