码迷,mamicode.com
首页 > 其他好文 > 详细

nginx编译增加模块

时间:2020-06-24 11:48:29      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:obj   http   监控   监控nginx   状态   stream   figure   module   make   

查看当前编译
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编译增加模块

标签:obj   http   监控   监控nginx   状态   stream   figure   module   make   

原文地址:https://www.cnblogs.com/kylingx/p/13186602.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!