comparison auto/options @ 6609:73543af69f14

Stream: map module.
author Vladimir Homutov <vl@nginx.com>
date Wed, 29 Jun 2016 12:46:12 +0300
parents 9eefb38f0005
children 4c4ac9e335c4
comparison
equal deleted inserted replaced
6608:eb4293155e87 6609:73543af69f14
115 115
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_UPSTREAM_HASH=YES 121 STREAM_UPSTREAM_HASH=YES
121 STREAM_UPSTREAM_LEAST_CONN=YES 122 STREAM_UPSTREAM_LEAST_CONN=YES
122 STREAM_UPSTREAM_ZONE=YES 123 STREAM_UPSTREAM_ZONE=YES
123 124
124 DYNAMIC_MODULES= 125 DYNAMIC_MODULES=
292 --with-stream=dynamic) STREAM=DYNAMIC ;; 293 --with-stream=dynamic) STREAM=DYNAMIC ;;
293 --with-stream_ssl_module) STREAM_SSL=YES ;; 294 --with-stream_ssl_module) STREAM_SSL=YES ;;
294 --without-stream_limit_conn_module) 295 --without-stream_limit_conn_module)
295 STREAM_LIMIT_CONN=NO ;; 296 STREAM_LIMIT_CONN=NO ;;
296 --without-stream_access_module) STREAM_ACCESS=NO ;; 297 --without-stream_access_module) STREAM_ACCESS=NO ;;
298 --without-stream_map_module) STREAM_MAP=NO ;;
297 --without-stream_upstream_hash_module) 299 --without-stream_upstream_hash_module)
298 STREAM_UPSTREAM_HASH=NO ;; 300 STREAM_UPSTREAM_HASH=NO ;;
299 --without-stream_upstream_least_conn_module) 301 --without-stream_upstream_least_conn_module)
300 STREAM_UPSTREAM_LEAST_CONN=NO ;; 302 STREAM_UPSTREAM_LEAST_CONN=NO ;;
301 --without-stream_upstream_zone_module) 303 --without-stream_upstream_zone_module)
490 --with-stream enable TCP/UDP proxy module 492 --with-stream enable TCP/UDP proxy module
491 --with-stream=dynamic enable dynamic TCP/UDP proxy module 493 --with-stream=dynamic enable dynamic TCP/UDP proxy module
492 --with-stream_ssl_module enable ngx_stream_ssl_module 494 --with-stream_ssl_module enable ngx_stream_ssl_module
493 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module 495 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module
494 --without-stream_access_module disable ngx_stream_access_module 496 --without-stream_access_module disable ngx_stream_access_module
497 --without-stream_map_module disable ngx_stream_map_module
495 --without-stream_upstream_hash_module 498 --without-stream_upstream_hash_module
496 disable ngx_stream_upstream_hash_module 499 disable ngx_stream_upstream_hash_module
497 --without-stream_upstream_least_conn_module 500 --without-stream_upstream_least_conn_module
498 disable ngx_stream_upstream_least_conn_module 501 disable ngx_stream_upstream_least_conn_module
499 --without-stream_upstream_zone_module 502 --without-stream_upstream_zone_module