nginx 日志模块
摘要:
ngx_http_log_module.c数据结构typedef struct { void **main_conf; void **srv_conf; void **loc_conf;} ngx_http_conf_ctx_t;typedef struct ngx_http_log_op_s ngx_http_log_op_t;typedef u_char *(*ngx_http_log_op_run_pt) (ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t ... 阅读全文
posted @ 2013-07-25 17:07 andyhe 阅读(593) 评论(0) 推荐(0) 编辑