comparison src/http/ngx_http.c @ 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
9 #include <ngx_event.h> 9 #include <ngx_event.h>
10 #include <ngx_http.h> 10 #include <ngx_http.h>
11 11
12 12
13 static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 13 static char *ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
14 static int ngx_libc_cdecl ngx_cmp_server_names(const void *one,
15 const void *two);
16 static ngx_int_t ngx_http_add_address(ngx_conf_t *cf, 14 static ngx_int_t ngx_http_add_address(ngx_conf_t *cf,
17 ngx_http_conf_in_port_t *in_port, ngx_http_listen_t *lscf, 15 ngx_http_conf_in_port_t *in_port, ngx_http_listen_t *lscf,
18 ngx_http_core_srv_conf_t *cscf); 16 ngx_http_core_srv_conf_t *cscf);
19 static ngx_int_t ngx_http_add_names(ngx_conf_t *cf, 17 static ngx_int_t ngx_http_add_names(ngx_conf_t *cf,
20 ngx_http_conf_in_addr_t *in_addr, ngx_http_core_srv_conf_t *cscf); 18 ngx_http_conf_in_addr_t *in_addr, ngx_http_core_srv_conf_t *cscf);