comparison auto/options @ 484:ed5e10fb40fc NGINX_0_7_54

nginx 0.7.54 *) Feature: the ngx_http_image_filter_module. *) Feature: the "proxy_ignore_headers" and "fastcgi_ignore_headers" directives. *) Bugfix: a segmentation fault might occur in worker process, if an "open_file_cache_errors off" directive was used; the bug had appeared in 0.7.53. *) Bugfix: the "port_in_redirect off" directive did not work; the bug had appeared in 0.7.39. *) Bugfix: improve handling of "select" method errors. *) Bugfix: of "select() failed (10022: ...)" error in nginx/Windows. *) Bugfix: in error text descriptions in nginx/Windows; the bug had appeared in 0.7.53.
author Igor Sysoev <http://sysoev.ru>
date Fri, 01 May 2009 00:00:00 +0400
parents 392c16f2d858
children 6484cbba0222
comparison
equal deleted inserted replaced
483:0a2f4b42ddad 484:ed5e10fb40fc
58 HTTP_SSL=NO 58 HTTP_SSL=NO
59 HTTP_SSI=YES 59 HTTP_SSI=YES
60 HTTP_POSTPONE=NO 60 HTTP_POSTPONE=NO
61 HTTP_REALIP=NO 61 HTTP_REALIP=NO
62 HTTP_XSLT=NO 62 HTTP_XSLT=NO
63 HTTP_IMAGE_FILTER=NO
63 HTTP_SUB=NO 64 HTTP_SUB=NO
64 HTTP_ADDITION=NO 65 HTTP_ADDITION=NO
65 HTTP_DAV=NO 66 HTTP_DAV=NO
66 HTTP_ACCESS=YES 67 HTTP_ACCESS=YES
67 HTTP_AUTH_BASIC=YES 68 HTTP_AUTH_BASIC=YES
121 122
122 USE_PERL=NO 123 USE_PERL=NO
123 NGX_PERL=perl 124 NGX_PERL=perl
124 125
125 USE_LIBXSLT=NO 126 USE_LIBXSLT=NO
127 USE_LIBGD=NO
126 128
127 NGX_GOOGLE_PERFTOOLS=NO 129 NGX_GOOGLE_PERFTOOLS=NO
128 NGX_CPP_TEST=NO 130 NGX_CPP_TEST=NO
129 131
130 NGX_CPU_CACHE_LINE= 132 NGX_CPU_CACHE_LINE=
179 181
180 --with-http_ssl_module) HTTP_SSL=YES ;; 182 --with-http_ssl_module) HTTP_SSL=YES ;;
181 --with-http_realip_module) HTTP_REALIP=YES ;; 183 --with-http_realip_module) HTTP_REALIP=YES ;;
182 --with-http_addition_module) HTTP_ADDITION=YES ;; 184 --with-http_addition_module) HTTP_ADDITION=YES ;;
183 --with-http_xslt_module) HTTP_XSLT=YES ;; 185 --with-http_xslt_module) HTTP_XSLT=YES ;;
186 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
184 --with-http_sub_module) HTTP_SUB=YES ;; 187 --with-http_sub_module) HTTP_SUB=YES ;;
185 --with-http_dav_module) HTTP_DAV=YES ;; 188 --with-http_dav_module) HTTP_DAV=YES ;;
186 --with-http_flv_module) HTTP_FLV=YES ;; 189 --with-http_flv_module) HTTP_FLV=YES ;;
187 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 190 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
188 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 191 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;