comparison auto/options @ 518:86dad910eeb6 NGINX_0_8_11

nginx 0.8.11 *) Change: directive "gzip_disable msie6" enables gzipping for MSIE 6.0 SV1. *) Feature: file AIO support on FreeBSD and Linux. *) Feature: the "directio_alignment" directive.
author Igor Sysoev <http://sysoev.ru>
date Fri, 28 Aug 2009 00:00:00 +0400
parents 24b676623d4f
children e19e5f542878
comparison
equal deleted inserted replaced
517:15b5cddc5190 518:86dad910eeb6
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 45
46 NGX_FILE_AIO=NO
46 NGX_IPV6=NO 47 NGX_IPV6=NO
47 48
48 HTTP=YES 49 HTTP=YES
49 50
50 NGX_HTTP_LOG_PATH= 51 NGX_HTTP_LOG_PATH=
168 --with-aio_module) EVENT_AIO=YES ;; 169 --with-aio_module) EVENT_AIO=YES ;;
169 170
170 #--with-threads=*) USE_THREADS="$value" ;; 171 #--with-threads=*) USE_THREADS="$value" ;;
171 #--with-threads) USE_THREADS="pthreads" ;; 172 #--with-threads) USE_THREADS="pthreads" ;;
172 173
174 --with-file-aio) NGX_FILE_AIO=YES ;;
173 --with-ipv6) NGX_IPV6=YES ;; 175 --with-ipv6) NGX_IPV6=YES ;;
174 176
175 --without-http) HTTP=NO ;; 177 --without-http) HTTP=NO ;;
176 --without-http-cache) HTTP_CACHE=NO ;; 178 --without-http-cache) HTTP_CACHE=NO ;;
177 179
303 --with-select_module enable select module 305 --with-select_module enable select module
304 --without-select_module disable select module 306 --without-select_module disable select module
305 --with-poll_module enable poll module 307 --with-poll_module enable poll module
306 --without-poll_module disable poll module 308 --without-poll_module disable poll module
307 309
310 --with-file-aio enable file aio support
308 --with-ipv6 enable ipv6 support 311 --with-ipv6 enable ipv6 support
309 312
310 --with-http_ssl_module enable ngx_http_ssl_module 313 --with-http_ssl_module enable ngx_http_ssl_module
311 --with-http_realip_module enable ngx_http_realip_module 314 --with-http_realip_module enable ngx_http_realip_module
312 --with-http_addition_module enable ngx_http_addition_module 315 --with-http_addition_module enable ngx_http_addition_module