comparison auto/options @ 6630:558db057adaa

Stream: geoip module.
author Vladimir Homutov <vl@nginx.com>
date Tue, 12 Jul 2016 17:34:43 +0300
parents 4c4ac9e335c4
children 80875b75d27e
comparison
equal deleted inserted replaced
6629:8ed51b02f655 6630:558db057adaa
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_GEOIP=NO
120 STREAM_MAP=YES 121 STREAM_MAP=YES
121 STREAM_RETURN=YES 122 STREAM_RETURN=YES
122 STREAM_UPSTREAM_HASH=YES 123 STREAM_UPSTREAM_HASH=YES
123 STREAM_UPSTREAM_LEAST_CONN=YES 124 STREAM_UPSTREAM_LEAST_CONN=YES
124 STREAM_UPSTREAM_ZONE=YES 125 STREAM_UPSTREAM_ZONE=YES
291 --without-mail_smtp_module) MAIL_SMTP=NO ;; 292 --without-mail_smtp_module) MAIL_SMTP=NO ;;
292 293
293 --with-stream) STREAM=YES ;; 294 --with-stream) STREAM=YES ;;
294 --with-stream=dynamic) STREAM=DYNAMIC ;; 295 --with-stream=dynamic) STREAM=DYNAMIC ;;
295 --with-stream_ssl_module) STREAM_SSL=YES ;; 296 --with-stream_ssl_module) STREAM_SSL=YES ;;
297 --with-stream_geoip_module) STREAM_GEOIP=YES ;;
298 --with-stream_geoip_module=dynamic)
299 STREAM_GEOIP=DYNAMIC ;;
296 --without-stream_limit_conn_module) 300 --without-stream_limit_conn_module)
297 STREAM_LIMIT_CONN=NO ;; 301 STREAM_LIMIT_CONN=NO ;;
298 --without-stream_access_module) STREAM_ACCESS=NO ;; 302 --without-stream_access_module) STREAM_ACCESS=NO ;;
299 --without-stream_map_module) STREAM_MAP=NO ;; 303 --without-stream_map_module) STREAM_MAP=NO ;;
300 --without-stream_return_module) STREAM_RETURN=NO ;; 304 --without-stream_return_module) STREAM_RETURN=NO ;;
492 --without-mail_smtp_module disable ngx_mail_smtp_module 496 --without-mail_smtp_module disable ngx_mail_smtp_module
493 497
494 --with-stream enable TCP/UDP proxy module 498 --with-stream enable TCP/UDP proxy module
495 --with-stream=dynamic enable dynamic TCP/UDP proxy module 499 --with-stream=dynamic enable dynamic TCP/UDP proxy module
496 --with-stream_ssl_module enable ngx_stream_ssl_module 500 --with-stream_ssl_module enable ngx_stream_ssl_module
501 --with-stream_geoip_module enable ngx_stream_geoip_module
502 --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module
497 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module 503 --without-stream_limit_conn_module disable ngx_stream_limit_conn_module
498 --without-stream_access_module disable ngx_stream_access_module 504 --without-stream_access_module disable ngx_stream_access_module
499 --without-stream_map_module disable ngx_stream_map_module 505 --without-stream_map_module disable ngx_stream_map_module
500 --without-stream_return_module disable ngx_stream_return_module 506 --without-stream_return_module disable ngx_stream_return_module
501 --without-stream_upstream_hash_module 507 --without-stream_upstream_hash_module