comparison src/http/ngx_http.c @ 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
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);