comparison auto/options @ 6612:4c4ac9e335c4

Stream: return module.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 18 May 2016 22:08:49 +0300
parents 73543af69f14
children 558db057adaa
comparison
equal deleted inserted replaced
6611:85e7bcb37d6b 6612:4c4ac9e335c4
116 STREAM=NO 116 STREAM=NO
117 STREAM_SSL=NO 117 STREAM_SSL=NO
118 STREAM_LIMIT_CONN=YES 118 STREAM_LIMIT_CONN=YES
119 STREAM_ACCESS=YES 119 STREAM_ACCESS=YES
120 STREAM_MAP=YES 120 STREAM_MAP=YES
121 STREAM_RETURN=YES
121 STREAM_UPSTREAM_HASH=YES 122 STREAM_UPSTREAM_HASH=YES
122 STREAM_UPSTREAM_LEAST_CONN=YES 123 STREAM_UPSTREAM_LEAST_CONN=YES
123 STREAM_UPSTREAM_ZONE=YES 124 STREAM_UPSTREAM_ZONE=YES
124 125
125 DYNAMIC_MODULES= 126 DYNAMIC_MODULES=
294 --with-stream_ssl_module) STREAM_SSL=YES ;; 295 --with-stream_ssl_module) STREAM_SSL=YES ;;
295 --without-stream_limit_conn_module) 296 --without-stream_limit_conn_module)
296 STREAM_LIMIT_CONN=NO ;; 297 STREAM_LIMIT_CONN=NO ;;
297 --without-stream_access_module) STREAM_ACCESS=NO ;; 298 --without-stream_access_module) STREAM_ACCESS=NO ;;
298 --without-stream_map_module) STREAM_MAP=NO ;; 299 --without-stream_map_module) STREAM_MAP=NO ;;
300 --without-stream_return_module) STREAM_RETURN=NO ;;
299 --without-stream_upstream_hash_module) 301 --without-stream_upstream_hash_module)
300 STREAM_UPSTREAM_HASH=NO ;; 302 STREAM_UPSTREAM_HASH=NO ;;
301 --without-stream_upstream_least_conn_module) 303 --without-stream_upstream_least_conn_module)
302 STREAM_UPSTREAM_LEAST_CONN=NO ;; 304 STREAM_UPSTREAM_LEAST_CONN=NO ;;
303 --without-stream_upstream_zone_module) 305 --without-stream_upstream_zone_module)
493 --with-stream=dynamic enable dynamic TCP/UDP proxy module 495 --with-stream=dynamic enable dynamic TCP/UDP proxy module
494 --with-stream_ssl_module enable ngx_stream_ssl_module 496 --with-stream_ssl_module enable ngx_stream_ssl_module
495 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module 497 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module
496 --without-stream_access_module disable ngx_stream_access_module 498 --without-stream_access_module disable ngx_stream_access_module
497 --without-stream_map_module disable ngx_stream_map_module 499 --without-stream_map_module disable ngx_stream_map_module
500 --without-stream_return_module disable ngx_stream_return_module
498 --without-stream_upstream_hash_module 501 --without-stream_upstream_hash_module
499 disable ngx_stream_upstream_hash_module 502 disable ngx_stream_upstream_hash_module
500 --without-stream_upstream_least_conn_module 503 --without-stream_upstream_least_conn_module
501 disable ngx_stream_upstream_least_conn_module 504 disable ngx_stream_upstream_least_conn_module
502 --without-stream_upstream_zone_module 505 --without-stream_upstream_zone_module