comparison auto/options @ 5717:efc84a5723b3

Upstream: generic hash module.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 02 Jun 2014 16:16:22 +0400
parents 1209b8a7b077
children 83d54192e97b
comparison
equal deleted inserted replaced
5716:34d460c5d186 5717:efc84a5723b3
97 HTTP_DEGRADATION=NO 97 HTTP_DEGRADATION=NO
98 HTTP_FLV=NO 98 HTTP_FLV=NO
99 HTTP_MP4=NO 99 HTTP_MP4=NO
100 HTTP_GUNZIP=NO 100 HTTP_GUNZIP=NO
101 HTTP_GZIP_STATIC=NO 101 HTTP_GZIP_STATIC=NO
102 HTTP_UPSTREAM_HASH=YES
102 HTTP_UPSTREAM_IP_HASH=YES 103 HTTP_UPSTREAM_IP_HASH=YES
103 HTTP_UPSTREAM_LEAST_CONN=YES 104 HTTP_UPSTREAM_LEAST_CONN=YES
104 HTTP_UPSTREAM_KEEPALIVE=YES 105 HTTP_UPSTREAM_KEEPALIVE=YES
105 106
106 # STUB 107 # STUB
249 ;; 250 ;;
250 --without-http_limit_conn_module) HTTP_LIMIT_CONN=NO ;; 251 --without-http_limit_conn_module) HTTP_LIMIT_CONN=NO ;;
251 --without-http_limit_req_module) HTTP_LIMIT_REQ=NO ;; 252 --without-http_limit_req_module) HTTP_LIMIT_REQ=NO ;;
252 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;; 253 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
253 --without-http_browser_module) HTTP_BROWSER=NO ;; 254 --without-http_browser_module) HTTP_BROWSER=NO ;;
255 --without-http_upstream_hash_module) HTTP_UPSTREAM_HASH=NO ;;
254 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;; 256 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;;
255 --without-http_upstream_least_conn_module) 257 --without-http_upstream_least_conn_module)
256 HTTP_UPSTREAM_LEAST_CONN=NO ;; 258 HTTP_UPSTREAM_LEAST_CONN=NO ;;
257 --without-http_upstream_keepalive_module) HTTP_UPSTREAM_KEEPALIVE=NO ;; 259 --without-http_upstream_keepalive_module) HTTP_UPSTREAM_KEEPALIVE=NO ;;
258 260
393 --without-http_memcached_module disable ngx_http_memcached_module 395 --without-http_memcached_module disable ngx_http_memcached_module
394 --without-http_limit_conn_module disable ngx_http_limit_conn_module 396 --without-http_limit_conn_module disable ngx_http_limit_conn_module
395 --without-http_limit_req_module disable ngx_http_limit_req_module 397 --without-http_limit_req_module disable ngx_http_limit_req_module
396 --without-http_empty_gif_module disable ngx_http_empty_gif_module 398 --without-http_empty_gif_module disable ngx_http_empty_gif_module
397 --without-http_browser_module disable ngx_http_browser_module 399 --without-http_browser_module disable ngx_http_browser_module
400 --without-http_upstream_hash_module
401 disable ngx_http_upstream_hash_module
398 --without-http_upstream_ip_hash_module 402 --without-http_upstream_ip_hash_module
399 disable ngx_http_upstream_ip_hash_module 403 disable ngx_http_upstream_ip_hash_module
400 --without-http_upstream_least_conn_module 404 --without-http_upstream_least_conn_module
401 disable ngx_http_upstream_least_conn_module 405 disable ngx_http_upstream_least_conn_module
402 --without-http_upstream_keepalive_module 406 --without-http_upstream_keepalive_module