comparison src/http/ngx_http_core_module.h @ 603:858700ae46b4 release-0.3.23

nginx-0.3.23-RELEASE import *) Feature: the "optimize_host_names" directive. *) Bugfix: in using of the variables in the "path" and "alias" directives. *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and Solaris.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Jan 2006 16:08:27 +0000
parents ebc68d8ca496
children 608cf78b24ef
comparison
equal deleted inserted replaced
602:0d42d54505f2 603:858700ae46b4
107 107
108 ngx_msec_t client_header_timeout; 108 ngx_msec_t client_header_timeout;
109 109
110 ngx_uint_t restrict_host_names; 110 ngx_uint_t restrict_host_names;
111 111
112 ngx_flag_t optimize_host_names;
112 ngx_flag_t ignore_invalid_headers; 113 ngx_flag_t ignore_invalid_headers;
113 } ngx_http_core_srv_conf_t; 114 } ngx_http_core_srv_conf_t;
114 115
115 116
116 /* list of structures to find core_srv_conf quickly at run time */ 117 /* list of structures to find core_srv_conf quickly at run time */