comparison src/core/ngx_conf_file.h @ 52:0d75d65c642f NGINX_0_1_26

nginx 0.1.26 *) Change: the invalid client header lines are now ignored and logged at the info level. *) Change: the server name is also logged in error log. *) Feature: the ngx_http_auth_basic_module module and the auth_basic and auth_basic_user_file directives.
author Igor Sysoev <http://sysoev.ru>
date Tue, 22 Mar 2005 00:00:00 +0300
parents 7ca9bdc82b3f
children 3050baa54a26
comparison
equal deleted inserted replaced
51:43f383e47efc 52:0d75d65c642f
146 char *handler_conf; 146 char *handler_conf;
147 }; 147 };
148 148
149 149
150 typedef char *(*ngx_conf_post_handler_pt) (ngx_conf_t *cf, 150 typedef char *(*ngx_conf_post_handler_pt) (ngx_conf_t *cf,
151 void *data, void *conf); 151 void *data, void *conf);
152 152
153 typedef struct { 153 typedef struct {
154 ngx_conf_post_handler_pt post_handler; 154 ngx_conf_post_handler_pt post_handler;
155 } ngx_conf_post_t; 155 } ngx_conf_post_t;
156 156
272 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename); 272 char *ngx_conf_parse(ngx_conf_t *cf, ngx_str_t *filename);
273 273
274 274
275 ngx_int_t ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name); 275 ngx_int_t ngx_conf_full_name(ngx_cycle_t *cycle, ngx_str_t *name);
276 ngx_open_file_t *ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name); 276 ngx_open_file_t *ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name);
277 void ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf, ngx_err_t err, 277 void ngx_cdecl ngx_conf_log_error(ngx_uint_t level, ngx_conf_t *cf,
278 char *fmt, ...); 278 ngx_err_t err, char *fmt, ...);
279 279
280 280
281 char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 281 char *ngx_conf_set_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
282 char *ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 282 char *ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
283 char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 283 char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);