comparison auto/options @ 3513:e60e00b4fe0c

ngx_http_split_clients_module
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 May 2010 09:02:10 +0000
parents b4aa418af6ef
children 21452748d165
comparison
equal deleted inserted replaced
3512:098100f5f54b 3513:e60e00b4fe0c
72 HTTP_RANDOM_INDEX=NO 72 HTTP_RANDOM_INDEX=NO
73 HTTP_STATUS=NO 73 HTTP_STATUS=NO
74 HTTP_GEO=YES 74 HTTP_GEO=YES
75 HTTP_GEOIP=NO 75 HTTP_GEOIP=NO
76 HTTP_MAP=YES 76 HTTP_MAP=YES
77 HTTP_SPLIT_CLIENTS=YES
77 HTTP_REFERER=YES 78 HTTP_REFERER=YES
78 HTTP_REWRITE=YES 79 HTTP_REWRITE=YES
79 HTTP_PROXY=YES 80 HTTP_PROXY=YES
80 HTTP_FASTCGI=YES 81 HTTP_FASTCGI=YES
81 HTTP_PERL=NO 82 HTTP_PERL=NO
207 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;; 208 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
208 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;; 209 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
209 --without-http_status_module) HTTP_STATUS=NO ;; 210 --without-http_status_module) HTTP_STATUS=NO ;;
210 --without-http_geo_module) HTTP_GEO=NO ;; 211 --without-http_geo_module) HTTP_GEO=NO ;;
211 --without-http_map_module) HTTP_MAP=NO ;; 212 --without-http_map_module) HTTP_MAP=NO ;;
213 --without-http_split_clients_module) HTTP_SPLIT_CLIENTS=NO ;;
212 --without-http_referer_module) HTTP_REFERER=NO ;; 214 --without-http_referer_module) HTTP_REFERER=NO ;;
213 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 215 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
214 --without-http_proxy_module) HTTP_PROXY=NO ;; 216 --without-http_proxy_module) HTTP_PROXY=NO ;;
215 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 217 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
216 --without-http_memcached_module) HTTP_MEMCACHED=NO ;; 218 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
339 --without-http_access_module disable ngx_http_access_module 341 --without-http_access_module disable ngx_http_access_module
340 --without-http_auth_basic_module disable ngx_http_auth_basic_module 342 --without-http_auth_basic_module disable ngx_http_auth_basic_module
341 --without-http_autoindex_module disable ngx_http_autoindex_module 343 --without-http_autoindex_module disable ngx_http_autoindex_module
342 --without-http_geo_module disable ngx_http_geo_module 344 --without-http_geo_module disable ngx_http_geo_module
343 --without-http_map_module disable ngx_http_map_module 345 --without-http_map_module disable ngx_http_map_module
346 --without-http_split_clients_module disable ngx_http_split_clients_module
344 --without-http_referer_module disable ngx_http_referer_module 347 --without-http_referer_module disable ngx_http_referer_module
345 --without-http_rewrite_module disable ngx_http_rewrite_module 348 --without-http_rewrite_module disable ngx_http_rewrite_module
346 --without-http_proxy_module disable ngx_http_proxy_module 349 --without-http_proxy_module disable ngx_http_proxy_module
347 --without-http_fastcgi_module disable ngx_http_fastcgi_module 350 --without-http_fastcgi_module disable ngx_http_fastcgi_module
348 --without-http_memcached_module disable ngx_http_memcached_module 351 --without-http_memcached_module disable ngx_http_memcached_module