comparison auto/sources @ 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 13710a1813ad
children 500a3242dff6
comparison
equal deleted inserted replaced
235:f622c719b711 236:c982febb7588
93 KQUEUE_SRCS=src/event/modules/ngx_kqueue_module.c 93 KQUEUE_SRCS=src/event/modules/ngx_kqueue_module.c
94 94
95 DEVPOLL_MODULE=ngx_devpoll_module 95 DEVPOLL_MODULE=ngx_devpoll_module
96 DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c 96 DEVPOLL_SRCS=src/event/modules/ngx_devpoll_module.c
97 97
98 EVENTPORT_MODULE=ngx_eventport_module
99 EVENTPORT_SRCS=src/event/modules/ngx_eventport_module.c
100
98 EPOLL_MODULE=ngx_epoll_module 101 EPOLL_MODULE=ngx_epoll_module
99 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c 102 EPOLL_SRCS=src/event/modules/ngx_epoll_module.c
100 103
101 RTSIG_MODULE=ngx_rtsig_module 104 RTSIG_MODULE=ngx_rtsig_module
102 RTSIG_SRCS=src/event/modules/ngx_rtsig_module.c 105 RTSIG_SRCS=src/event/modules/ngx_rtsig_module.c
384 387
385 HTTP_EMPTY_GIF_MODULE=ngx_http_empty_gif_module 388 HTTP_EMPTY_GIF_MODULE=ngx_http_empty_gif_module
386 HTTP_EMPTY_GIF_SRCS=src/http/modules/ngx_http_empty_gif_module.c 389 HTTP_EMPTY_GIF_SRCS=src/http/modules/ngx_http_empty_gif_module.c
387 390
388 391
392 HTTP_BROWSER_MODULE=ngx_http_browser_module
393 HTTP_BROWSER_SRCS=src/http/modules/ngx_http_browser_module.c
394
395
389 IMAP_INCS="src/imap" 396 IMAP_INCS="src/imap"
390 397
391 IMAP_DEPS="src/imap/ngx_imap.h" 398 IMAP_DEPS="src/imap/ngx_imap.h"
392 399
393 IMAP_MODULES="ngx_imap_module ngx_imap_core_module" 400 IMAP_MODULES="ngx_imap_module ngx_imap_core_module"