文件名称:nginx-1.16.0:学习nginx架构设计与实现,翻译nginx的源码,写nginx的测试代码,在问题中记录nginx的精妙设计及其常见问题https
文件大小:1.57MB
文件格式:ZIP
更新时间:2024-04-11 23:41:10
系统开源
nginx-1.16.0 nginx-1.16.0源码分析及其注释-记录心路历程,有问题随时沟通交流,一起学习 调试练习ngx_pool.c的代码 调试练习ngx_hash.c的代码 调试练习ngx_list.c的代码 调试练习ngx_md5.c的代码,ngx_sha1.c亦如此 调试练习ngx_crc.c的代码 1.ngx_http_myhello_module 自己编写的一些hello模块,用来熟悉和掌握nginx ./configure --prefix = / usr / local / nginx --with-cc-opt =“-O0” --add-module =。/ third-module / tmp / echo-nginx-module-0.61 --with-调试--add-module =。/ mymodule / ngx_http_myhello_module