comparison src/http/ngx_http_core_module.h @ 595:ebc68d8ca496 release-0.3.19

nginx-0.3.19-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 28 Dec 2005 14:23:52 +0000
parents 425af804d968
children 858700ae46b4
comparison
equal deleted inserted replaced
594:6248cd598b13 595:ebc68d8ca496
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