comparison src/os/unix/ngx_solaris_config.h @ 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 50bd986c5d63
children a528ae0fe909
comparison
equal deleted inserted replaced
235:f622c719b711 236:c982febb7588
72 #include <sys/ioctl.h> 72 #include <sys/ioctl.h>
73 #include <sys/devpoll.h> 73 #include <sys/devpoll.h>
74 #endif 74 #endif
75 75
76 76
77 #if (NGX_HAVE_EVENTPORT)
78 #include <port.h>
79 #endif
80
81
77 #ifndef NGX_HAVE_INHERITED_NONBLOCK 82 #ifndef NGX_HAVE_INHERITED_NONBLOCK
78 #define NGX_HAVE_INHERITED_NONBLOCK 1 83 #define NGX_HAVE_INHERITED_NONBLOCK 1
79 #endif 84 #endif
80 85
81 86