comparison auto/options @ 272:29a6403156b0 NGINX_0_5_6

nginx 0.5.6 *) Change: now the ngx_http_index_module ignores all methods except the GET, HEAD, and POST methods. *) Feature: the ngx_http_limit_zone_module. *) Feature: the $binary_remote_addr variable. *) Feature: the "ssl_session_cache" directives of the ngx_http_ssl_module and ngx_imap_ssl_module. *) Feature: the DELETE method supports recursive removal. *) Bugfix: the byte-ranges were transferred incorrectly if the $r->sendfile() was used.
author Igor Sysoev <http://sysoev.ru>
date Tue, 09 Jan 2007 00:00:00 +0300
parents 0effe91f6083
children f745bf973510
comparison
equal deleted inserted replaced
271:fcbee7dacf2b 272:29a6403156b0
66 HTTP_REWRITE=YES 66 HTTP_REWRITE=YES
67 HTTP_PROXY=YES 67 HTTP_PROXY=YES
68 HTTP_FASTCGI=YES 68 HTTP_FASTCGI=YES
69 HTTP_PERL=NO 69 HTTP_PERL=NO
70 HTTP_MEMCACHED=YES 70 HTTP_MEMCACHED=YES
71 HTTP_LIMIT_ZONE=YES
71 HTTP_EMPTY_GIF=YES 72 HTTP_EMPTY_GIF=YES
72 HTTP_BROWSER=YES 73 HTTP_BROWSER=YES
73 HTTP_FLV=NO 74 HTTP_FLV=NO
74 HTTP_UPSTREAM_IP_HASH=YES 75 HTTP_UPSTREAM_IP_HASH=YES
75 76
167 --without-http_referer_module) HTTP_REFERER=NO ;; 168 --without-http_referer_module) HTTP_REFERER=NO ;;
168 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 169 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
169 --without-http_proxy_module) HTTP_PROXY=NO ;; 170 --without-http_proxy_module) HTTP_PROXY=NO ;;
170 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 171 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
171 --without-http_memcached_module) HTTP_MEMCACHED=NO ;; 172 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
173 --without-http_limit_zone_module) HTTP_LIMIT_ZONE=NO ;;
172 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;; 174 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
173 --without-http_browser_module) HTTP_BROWSER=NO ;; 175 --without-http_browser_module) HTTP_BROWSER=NO ;;
174 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;; 176 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;;
175 177
176 --with-http_perl_module) HTTP_PERL=YES ;; 178 --with-http_perl_module) HTTP_PERL=YES ;;
269 --without-http_referer_module disable ngx_http_referer_module 271 --without-http_referer_module disable ngx_http_referer_module
270 --without-http_rewrite_module disable ngx_http_rewrite_module 272 --without-http_rewrite_module disable ngx_http_rewrite_module
271 --without-http_proxy_module disable ngx_http_proxy_module 273 --without-http_proxy_module disable ngx_http_proxy_module
272 --without-http_fastcgi_module disable ngx_http_fastcgi_module 274 --without-http_fastcgi_module disable ngx_http_fastcgi_module
273 --without-http_memcached_module disable ngx_http_memcached_module 275 --without-http_memcached_module disable ngx_http_memcached_module
276 --without-http_limit_zone_module disable ngx_http_limit_zone_module
274 --without-http_empty_gif_module disable ngx_http_empty_gif_module 277 --without-http_empty_gif_module disable ngx_http_empty_gif_module
275 --without-http_browser_module disable ngx_http_browser_module 278 --without-http_browser_module disable ngx_http_browser_module
276 --without-http_upstream_ip_hash_module 279 --without-http_upstream_ip_hash_module
277 disable ngx_http_upstream_ip_hash_module 280 disable ngx_http_upstream_ip_hash_module
278 281