comparison auto/options @ 6103:79ddb0bdb273

Upstream: the "zone" directive. Upstreams with the "zone" directive are kept in shared memory, with a consistent view of all worker processes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 14 Apr 2015 19:01:25 +0300
parents 466bd63b63d1
children 61d7ae76647d
comparison
equal deleted inserted replaced
6102:3264b7828f72 6103:79ddb0bdb273
101 HTTP_GZIP_STATIC=NO 101 HTTP_GZIP_STATIC=NO
102 HTTP_UPSTREAM_HASH=YES 102 HTTP_UPSTREAM_HASH=YES
103 HTTP_UPSTREAM_IP_HASH=YES 103 HTTP_UPSTREAM_IP_HASH=YES
104 HTTP_UPSTREAM_LEAST_CONN=YES 104 HTTP_UPSTREAM_LEAST_CONN=YES
105 HTTP_UPSTREAM_KEEPALIVE=YES 105 HTTP_UPSTREAM_KEEPALIVE=YES
106 HTTP_UPSTREAM_ZONE=YES
106 107
107 # STUB 108 # STUB
108 HTTP_STUB_STATUS=NO 109 HTTP_STUB_STATUS=NO
109 110
110 MAIL=NO 111 MAIL=NO
254 --without-http_upstream_hash_module) HTTP_UPSTREAM_HASH=NO ;; 255 --without-http_upstream_hash_module) HTTP_UPSTREAM_HASH=NO ;;
255 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;; 256 --without-http_upstream_ip_hash_module) HTTP_UPSTREAM_IP_HASH=NO ;;
256 --without-http_upstream_least_conn_module) 257 --without-http_upstream_least_conn_module)
257 HTTP_UPSTREAM_LEAST_CONN=NO ;; 258 HTTP_UPSTREAM_LEAST_CONN=NO ;;
258 --without-http_upstream_keepalive_module) HTTP_UPSTREAM_KEEPALIVE=NO ;; 259 --without-http_upstream_keepalive_module) HTTP_UPSTREAM_KEEPALIVE=NO ;;
260 --without-http_upstream_zone_module) HTTP_UPSTREAM_ZONE=NO ;;
259 261
260 --with-http_perl_module) HTTP_PERL=YES ;; 262 --with-http_perl_module) HTTP_PERL=YES ;;
261 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;; 263 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;;
262 --with-perl=*) NGX_PERL="$value" ;; 264 --with-perl=*) NGX_PERL="$value" ;;
263 265
404 disable ngx_http_upstream_ip_hash_module 406 disable ngx_http_upstream_ip_hash_module
405 --without-http_upstream_least_conn_module 407 --without-http_upstream_least_conn_module
406 disable ngx_http_upstream_least_conn_module 408 disable ngx_http_upstream_least_conn_module
407 --without-http_upstream_keepalive_module 409 --without-http_upstream_keepalive_module
408 disable ngx_http_upstream_keepalive_module 410 disable ngx_http_upstream_keepalive_module
411 --without-http_upstream_zone_module
412 disable ngx_http_upstream_zone_module
409 413
410 --with-http_perl_module enable ngx_http_perl_module 414 --with-http_perl_module enable ngx_http_perl_module
411 --with-perl_modules_path=PATH set Perl modules path 415 --with-perl_modules_path=PATH set Perl modules path
412 --with-perl=PATH set perl binary pathname 416 --with-perl=PATH set perl binary pathname
413 417