comparison auto/options @ 980:7cb910b4a58a

ngx_http_limit_zone_module
author Igor Sysoev <igor@sysoev.ru>
date Sat, 06 Jan 2007 18:52:46 +0000
parents 4d68c486fcb0
children 68f30ab68bb7
comparison
equal deleted inserted replaced
979:cb876bced0c2 980:7cb910b4a58a
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