comparison src/http/modules/perl/ngx_http_perl_module.c @ 268:a0c9f21ee120 NGINX_0_5_4

nginx 0.5.4 *) Feature: the "perl" directive may be used inside the "limit_except" block. *) Bugfix: the ngx_http_dav_module required the "Date" request header line for the DELETE method. *) Bugfix: if one only parameter was used in the "dav_access" directive, then nginx might report about configuration error. *) Bugfix: a segmentation fault might occur if the $host variable was used; bug appeared in 0.4.14.
author Igor Sysoev <http://sysoev.ru>
date Fri, 15 Dec 2006 00:00:00 +0300
parents 251bcd11a5b8
children 052a7b1d40e5
comparison
equal deleted inserted replaced
267:fb0eff2f3efe 268:a0c9f21ee120
84 NGX_HTTP_MAIN_CONF_OFFSET, 84 NGX_HTTP_MAIN_CONF_OFFSET,
85 0, 85 0,
86 NULL }, 86 NULL },
87 87
88 { ngx_string("perl"), 88 { ngx_string("perl"),
89 NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1, 89 NGX_HTTP_LOC_CONF|NGX_HTTP_LMT_CONF|NGX_CONF_TAKE1,
90 ngx_http_perl, 90 ngx_http_perl,
91 NGX_HTTP_LOC_CONF_OFFSET, 91 NGX_HTTP_LOC_CONF_OFFSET,
92 0, 92 0,
93 NULL }, 93 NULL },
94 94