comparison auto/options @ 372:6639b93e81b2 NGINX_0_6_30

nginx 0.6.30 *) Change: now if an "include" directive pattern does not match any file, then nginx does not issue an error. *) Feature: now the time in directives may be specified without spaces, for example, "1h50m". *) Bugfix: memory leaks if the "ssl_verify_client" directive was on. Thanks to Chavelle Vincent. *) Bugfix: the "sub_filter" directive might set text to change into output. *) Bugfix: the "error_page" directive did not take into account arguments in redirected URI. *) Bugfix: now nginx always opens files in binary mode under Cygwin. *) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
author Igor Sysoev <http://sysoev.ru>
date Tue, 29 Apr 2008 00:00:00 +0400
parents 9a242235a80a
children 34fb3a573548
comparison
equal deleted inserted replaced
371:b6a2a305fdad 372:6639b93e81b2
148 --without-select_module) EVENT_SELECT=NONE ;; 148 --without-select_module) EVENT_SELECT=NONE ;;
149 --with-poll_module) EVENT_POLL=YES ;; 149 --with-poll_module) EVENT_POLL=YES ;;
150 --without-poll_module) EVENT_POLL=NONE ;; 150 --without-poll_module) EVENT_POLL=NONE ;;
151 --with-aio_module) EVENT_AIO=YES ;; 151 --with-aio_module) EVENT_AIO=YES ;;
152 152
153 --with-threads=*) USE_THREADS="$value" ;; 153 #--with-threads=*) USE_THREADS="$value" ;;
154 --with-threads) USE_THREADS="pthreads" ;; 154 #--with-threads) USE_THREADS="pthreads" ;;
155 155
156 --without-http) HTTP=NO ;; 156 --without-http) HTTP=NO ;;
157 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;; 157 --http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
158 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;; 158 --http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
159 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;; 159 --http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;