comparison src/http/ngx_http_core_module.h @ 144:e1c6ac408b68 NGINX_0_3_19

nginx 0.3.19 *) Feature: the "path" and "alias" directives support the variables. *) Change: now the "valid_referers" directive again checks the URI part. *) Bugfix: in SSI handling.
author Igor Sysoev <http://sysoev.ru>
date Wed, 28 Dec 2005 00:00:00 +0300
parents 84910468f6de
children 396dbbc06dd7
comparison
equal deleted inserted replaced
143:c2fa0caa07f2 144:e1c6ac408b68
194 194
195 ngx_http_handler_pt handler; 195 ngx_http_handler_pt handler;
196 196
197 ngx_str_t root; /* root, alias */ 197 ngx_str_t root; /* root, alias */
198 ngx_str_t post_action; 198 ngx_str_t post_action;
199
200 ngx_array_t *root_lengths;
201 ngx_array_t *root_values;
199 202
200 ngx_array_t *types; 203 ngx_array_t *types;
201 ngx_hash_t types_hash; 204 ngx_hash_t types_hash;
202 ngx_str_t default_type; 205 ngx_str_t default_type;
203 206