comparison auto/options @ 638:f5a8cf31a203 NGINX_1_1_3

nginx 1.1.3 *) Feature: the module ngx_http_mp4_module. *) 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: nginx could not be built on MacOSX 10.7.
author Igor Sysoev <http://sysoev.ru>
date Wed, 14 Sep 2011 00:00:00 +0400
parents 4d3e880ce86c
children eb208e0cf44d
comparison
equal deleted inserted replaced
637:83b74d7020ba 638:f5a8cf31a203
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