comparison auto/options @ 7713:45e9281c6c5b

Stream: set module. Adds 'set' directive to the stream server context.
author Pavel Pautov <p.pautov@f5.com>
date Fri, 28 Aug 2020 14:10:54 -0700
parents ee36940cfb0f
children 4a69fec53b2f 0875101c08f7
comparison
equal deleted inserted replaced
7712:eb940fe579cf 7713:45e9281c6c5b
122 STREAM_GEO=YES 122 STREAM_GEO=YES
123 STREAM_GEOIP=NO 123 STREAM_GEOIP=NO
124 STREAM_MAP=YES 124 STREAM_MAP=YES
125 STREAM_SPLIT_CLIENTS=YES 125 STREAM_SPLIT_CLIENTS=YES
126 STREAM_RETURN=YES 126 STREAM_RETURN=YES
127 STREAM_SET=YES
127 STREAM_UPSTREAM_HASH=YES 128 STREAM_UPSTREAM_HASH=YES
128 STREAM_UPSTREAM_LEAST_CONN=YES 129 STREAM_UPSTREAM_LEAST_CONN=YES
129 STREAM_UPSTREAM_RANDOM=YES 130 STREAM_UPSTREAM_RANDOM=YES
130 STREAM_UPSTREAM_ZONE=YES 131 STREAM_UPSTREAM_ZONE=YES
131 STREAM_SSL_PREREAD=NO 132 STREAM_SSL_PREREAD=NO
322 --without-stream_geo_module) STREAM_GEO=NO ;; 323 --without-stream_geo_module) STREAM_GEO=NO ;;
323 --without-stream_map_module) STREAM_MAP=NO ;; 324 --without-stream_map_module) STREAM_MAP=NO ;;
324 --without-stream_split_clients_module) 325 --without-stream_split_clients_module)
325 STREAM_SPLIT_CLIENTS=NO ;; 326 STREAM_SPLIT_CLIENTS=NO ;;
326 --without-stream_return_module) STREAM_RETURN=NO ;; 327 --without-stream_return_module) STREAM_RETURN=NO ;;
328 --without-stream_set_module) STREAM_SET=NO ;;
327 --without-stream_upstream_hash_module) 329 --without-stream_upstream_hash_module)
328 STREAM_UPSTREAM_HASH=NO ;; 330 STREAM_UPSTREAM_HASH=NO ;;
329 --without-stream_upstream_least_conn_module) 331 --without-stream_upstream_least_conn_module)
330 STREAM_UPSTREAM_LEAST_CONN=NO ;; 332 STREAM_UPSTREAM_LEAST_CONN=NO ;;
331 --without-stream_upstream_random_module) 333 --without-stream_upstream_random_module)
536 --without-stream_geo_module disable ngx_stream_geo_module 538 --without-stream_geo_module disable ngx_stream_geo_module
537 --without-stream_map_module disable ngx_stream_map_module 539 --without-stream_map_module disable ngx_stream_map_module
538 --without-stream_split_clients_module 540 --without-stream_split_clients_module
539 disable ngx_stream_split_clients_module 541 disable ngx_stream_split_clients_module
540 --without-stream_return_module disable ngx_stream_return_module 542 --without-stream_return_module disable ngx_stream_return_module
543 --without-stream_set_module disable ngx_stream_set_module
541 --without-stream_upstream_hash_module 544 --without-stream_upstream_hash_module
542 disable ngx_stream_upstream_hash_module 545 disable ngx_stream_upstream_hash_module
543 --without-stream_upstream_least_conn_module 546 --without-stream_upstream_least_conn_module
544 disable ngx_stream_upstream_least_conn_module 547 disable ngx_stream_upstream_least_conn_module
545 --without-stream_upstream_random_module 548 --without-stream_upstream_random_module