nginx编译增加模块
Posted kylingx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx编译增加模块相关的知识,希望对你有一定的参考价值。
查看当前编译
nginx -V
增加 --with-http_stub_status_module 监控nginx状态
进入我们之前的解压包路径
./configure --prefix=/data/nginx --with-stream --with-http_stub_status_module
make
进入编译后的目录../objs
拷贝nginx程序至/data/nginx/sbin/nginx (先停用后备份原先nginx程序)
查看当前编译
nginx -V
以上是关于nginx编译增加模块的主要内容,如果未能解决你的问题,请参考以下文章