comparison auto/options @ 236:c982febb7588 NGINX_0_4_3

nginx 0.4.3 *) Change: now the 499 error could not be redirected using an "error_page" directive. *) Feature: the Solaris 10 event ports support. *) Feature: the ngx_http_browser_module. *) Bugfix: a segmentation fault may occur while redirecting the 400 error to the proxied server using an "proxy_pass" directive. *) Bugfix: a segmentation fault occurred if an unix domain socket was used in an "proxy_pass" directive; bug appeared in 0.3.47. *) Bugfix: SSI did work with memcached and nonbuffered responses. *) Workaround: of the Sun Studio PAUSE hardware capability bug.
author Igor Sysoev <http://sysoev.ru>
date Tue, 26 Sep 2006 00:00:00 +0400
parents ca5f86d94316
children a528ae0fe909
comparison
equal deleted inserted replaced
235:f622c719b711 236:c982febb7588
21 NGX_CC_OPT= 21 NGX_CC_OPT=
22 NGX_LD_OPT= 22 NGX_LD_OPT=
23 CPU=NO 23 CPU=NO
24 24
25 NGX_TEST_BUILD_DEVPOLL=NO 25 NGX_TEST_BUILD_DEVPOLL=NO
26 NGX_TEST_BUILD_EVENTPORT=NO
26 NGX_TEST_BUILD_EPOLL=NO 27 NGX_TEST_BUILD_EPOLL=NO
27 NGX_TEST_BUILD_RTSIG=NO 28 NGX_TEST_BUILD_RTSIG=NO
28 NGX_TEST_BUILD_SOLARIS_SENDFILEV=NO 29 NGX_TEST_BUILD_SOLARIS_SENDFILEV=NO
29 30
30 NGX_PLATFORM= 31 NGX_PLATFORM=
66 HTTP_PROXY=YES 67 HTTP_PROXY=YES
67 HTTP_FASTCGI=YES 68 HTTP_FASTCGI=YES
68 HTTP_PERL=NO 69 HTTP_PERL=NO
69 HTTP_MEMCACHED=YES 70 HTTP_MEMCACHED=YES
70 HTTP_EMPTY_GIF=YES 71 HTTP_EMPTY_GIF=YES
72 HTTP_BROWSER=YES
71 73
72 # STUB 74 # STUB
73 HTTP_STUB_STATUS=NO 75 HTTP_STUB_STATUS=NO
74 76
75 IMAP=NO 77 IMAP=NO
163 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 165 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
164 --without-http_proxy_module) HTTP_PROXY=NO ;; 166 --without-http_proxy_module) HTTP_PROXY=NO ;;
165 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 167 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
166 --without-http_memcached_module) HTTP_MEMCACHED=NO ;; 168 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
167 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;; 169 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
170 --without-http_browser_module) HTTP_BROWSER=NO ;;
168 171
169 --with-http_perl_module) HTTP_PERL=YES ;; 172 --with-http_perl_module) HTTP_PERL=YES ;;
170 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;; 173 --with-perl_modules_path=*) NGX_PERL_MODULES="$value" ;;
171 --with-perl=*) NGX_PERL="$value" ;; 174 --with-perl=*) NGX_PERL="$value" ;;
172 175
203 --with-zlib=*) ZLIB="$value" ;; 206 --with-zlib=*) ZLIB="$value" ;;
204 --with-zlib-opt=*) ZLIB_OPT="$value" ;; 207 --with-zlib-opt=*) ZLIB_OPT="$value" ;;
205 --with-zlib-asm=*) ZLIB_ASM="$value" ;; 208 --with-zlib-asm=*) ZLIB_ASM="$value" ;;
206 209
207 --test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;; 210 --test-build-devpoll) NGX_TEST_BUILD_DEVPOLL=YES ;;
211 --test-build-eventport) NGX_TEST_BUILD_EVENTPORT=YES ;;
208 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;; 212 --test-build-epoll) NGX_TEST_BUILD_EPOLL=YES ;;
209 --test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;; 213 --test-build-rtsig) NGX_TEST_BUILD_RTSIG=YES ;;
210 --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;; 214 --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;;
211 215
212 *) 216 *)