
nginx
文章平均质量分 87
jackywgw
这个作者很懒,什么都没留下…
展开
-
nginx event 模块解析
typedef struct { ngx_str_t name; void *(*create_conf)(ngx_cycle_t *cycle); char *(*init_conf)(ngx_cycle_t *cycle, void *conf);} ngx_core_module_t;原创 2015-09-23 10:45:36 · 2454 阅读 · 0 评论 -
Nginx-------配置文件解析ngx_conf_handler
(1) NGX_DIRECT_CONFif (cmd->type & NGX_DIRECT_CONF) { ngx_conf_log_error(NGX_LOG_DEBUG, cf, 0,"NGX_DIRECT_CONF"); conf = ((vo原创 2015-09-28 16:36:16 · 1997 阅读 · 0 评论 -
nginx主流程
nginx主流程原创 2015-09-29 14:31:52 · 461 阅读 · 0 评论 -
ngx_init_cycle 学习笔记
ngx_init_cycle 学习笔记原创 2015-10-28 14:23:11 · 742 阅读 · 0 评论 -
nginx-1.8.0 main函数(启动函数)分析
int ngx_cdeclmain(int argc, char *const *argv){ ngx_int_t i; ngx_log_t *log; ngx_cycle_t *cycle, init_cycle; ngx_core_conf_t *ccf; /* 在linux为空函数 , * src原创 2016-05-16 17:28:37 · 715 阅读 · 0 评论 -
nginx 配置文件解析函数------------ngx_conf_read_token
申请buff原创 2016-05-19 15:10:04 · 2269 阅读 · 0 评论