comparison src/http/ngx_http_core_module.c @ 401:b32ca005e025

nginx-0.0.9-2004-07-26-22:31:43 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Jul 2004 18:31:43 +0000
parents 69e851f83522
children 37b5381fb6d8
comparison
equal deleted inserted replaced
400:69e851f83522 401:b32ca005e025
1262 { 1262 {
1263 ngx_http_core_srv_conf_t *prev = parent; 1263 ngx_http_core_srv_conf_t *prev = parent;
1264 ngx_http_core_srv_conf_t *conf = child; 1264 ngx_http_core_srv_conf_t *conf = child;
1265 1265
1266 ngx_http_listen_t *l; 1266 ngx_http_listen_t *l;
1267 ngx_http_conf_ctx_t *ctx;
1268 ngx_http_server_name_t *n; 1267 ngx_http_server_name_t *n;
1269 ngx_http_core_main_conf_t *cmcf; 1268 ngx_http_core_main_conf_t *cmcf;
1270 1269
1271 /* TODO: it does not merge, it inits only */ 1270 /* TODO: it does not merge, it inits only */
1272 1271
1548 { 1547 {
1549 ngx_http_core_srv_conf_t *scf = conf; 1548 ngx_http_core_srv_conf_t *scf = conf;
1550 1549
1551 ngx_uint_t i; 1550 ngx_uint_t i;
1552 ngx_str_t *value; 1551 ngx_str_t *value;
1553 ngx_http_conf_ctx_t *ctx;
1554 ngx_http_server_name_t *sn; 1552 ngx_http_server_name_t *sn;
1555 ngx_http_core_main_conf_t *cmcf; 1553 ngx_http_core_main_conf_t *cmcf;
1556 1554
1557 /* TODO: several names */ 1555 /* TODO: several names */
1558 /* TODO: warn about duplicate 'server_name' directives */ 1556 /* TODO: warn about duplicate 'server_name' directives */