comparison auto/options @ 448:76a79816b771 NGINX_0_7_36

nginx 0.7.36 *) Feature: a preliminary IPv6 support; the "listen" directive of the HTTP module supports IPv6. *) Bugfix: the $ancient_browser variable did not work for browsers preset by a "modern_browser" directives.
author Igor Sysoev <http://sysoev.ru>
date Sat, 21 Feb 2009 00:00:00 +0300
parents b4f69f2ef02c
children c8cfb6c462ef
comparison
equal deleted inserted replaced
447:40964c811e59 448:76a79816b771
40 EVENT_SELECT=NO 40 EVENT_SELECT=NO
41 EVENT_POLL=NO 41 EVENT_POLL=NO
42 EVENT_AIO=NO 42 EVENT_AIO=NO
43 43
44 USE_THREADS=NO 44 USE_THREADS=NO
45
46 NGX_IPV6=NO
45 47
46 HTTP=YES 48 HTTP=YES
47 49
48 NGX_HTTP_LOG_PATH= 50 NGX_HTTP_LOG_PATH=
49 NGX_HTTP_CLIENT_TEMP_PATH= 51 NGX_HTTP_CLIENT_TEMP_PATH=
158 --with-aio_module) EVENT_AIO=YES ;; 160 --with-aio_module) EVENT_AIO=YES ;;
159 161
160 #--with-threads=*) USE_THREADS="$value" ;; 162 #--with-threads=*) USE_THREADS="$value" ;;
161 #--with-threads) USE_THREADS="pthreads" ;; 163 #--with-threads) USE_THREADS="pthreads" ;;
162 164
165 --with-ipv6) NGX_IPV6=YES ;;
166
163 --without-http) HTTP=NO ;; 167 --without-http) HTTP=NO ;;
164 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;; 168 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
165 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;; 169 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
166 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;; 170 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
167 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 171 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
283 --with-select_module enable select module 287 --with-select_module enable select module
284 --without-select_module disable select module 288 --without-select_module disable select module
285 --with-poll_module enable poll module 289 --with-poll_module enable poll module
286 --without-poll_module disable poll module 290 --without-poll_module disable poll module
287 291
292 --with-ipv6 enable ipv6 support
293
288 --with-http_ssl_module enable ngx_http_ssl_module 294 --with-http_ssl_module enable ngx_http_ssl_module
289 --with-http_realip_module enable ngx_http_realip_module 295 --with-http_realip_module enable ngx_http_realip_module
290 --with-http_addition_module enable ngx_http_addition_module 296 --with-http_addition_module enable ngx_http_addition_module
291 --with-http_xslt_module enable ngx_http_xslt_module 297 --with-http_xslt_module enable ngx_http_xslt_module
292 --with-http_sub_module enable ngx_http_sub_module 298 --with-http_sub_module enable ngx_http_sub_module