comparison src/os/unix/ngx_posix_config.h @ 238:a528ae0fe909 NGINX_0_4_4

nginx 0.4.4 *) Feature: the $scheme variable. *) Feature: the "expires" directive supports the "max" parameter. *) Feature: the "include" directive supports the "*" mask. Thanks to Jonathan Dance. *) Bugfix: the "return" directive always overrode the "error_page" response code redirected by the "error_page" directive. *) Bugfix: a segmentation fault occurred if zero-length body was in PUT method. *) Bugfix: the redirect was changed incorrectly if the variables were used in the "proxy_redirect" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 02 Oct 2006 00:00:00 +0400
parents 50bd986c5d63
children 9fc4ab6673f9
comparison
equal deleted inserted replaced
237:302a8e8b4ae7 238:a528ae0fe909
35 #include <string.h> 35 #include <string.h>
36 #include <signal.h> 36 #include <signal.h>
37 #include <pwd.h> 37 #include <pwd.h>
38 #include <grp.h> 38 #include <grp.h>
39 #include <dirent.h> 39 #include <dirent.h>
40 #include <glob.h>
40 41
41 #if (NGX_HAVE_SYS_FILIO_H) 42 #if (NGX_HAVE_SYS_FILIO_H)
42 #include <sys/filio.h> /* FIONBIO */ 43 #include <sys/filio.h> /* FIONBIO */
43 #endif 44 #endif
44 #include <sys/ioctl.h> /* FIONBIO */ 45 #include <sys/ioctl.h> /* FIONBIO */