全球中文玩家俱乐部 Chinese players club of the Global .

侠外游戏论坛

 找回密码
 立即注册
快捷导航
搜索
视听
视听
图片
图片
段子
段子
小说
小说
查看: 5715|回复: 5
打印 上一主题 下一主题
收起左侧

[闲聊技术] 宝塔面板Nginx重新编译模块http_substitutions_filter_module

[复制链接]
ミ蒙面侠客ミ
跳转到指定楼层
俺是撸主
ミ蒙面侠客ミ  发表于 2018-7-8 05:12:52 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多侠客,享用更多功能,让你轻松玩转侠外论坛。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
有个功能需要nginx的http_substitutions_filter_module第三方模块,无奈宝塔默认编译的Nginx不带这个模块,所以就需要手动编译并替换。

目前宝塔面板提供的最新Nginx是1.12.2,和官方稳定版一样。记录一下编译过程

宝塔在默认编译nginx后,会保留源码,及必要的模块源码(如ngx_cache_purge),所以编译时无需再次下载

默认安装脚本:/www/server/panel/install/nginx.sh

nginx源码目录:/www/server/nginx/src/



如:给nginx添加http_substitutions_filter_module模块
编译时长根据环境硬件而定,一般600~900秒左右,建议开启screen编译
cd /www/server/nginx/src/./configure --prefix= --user=www --group=www --prefix=/www/server/nginx --with-openssl=/www/server/nginx/src/openssl --add-module=/www/server/nginx/src/ngx_devel_kit --add-module=/www/server/nginx/src/lua_nginx_module --add-module=/www/server/nginx/src/ngx_cache_purge --add-module=/www/server/nginx/src/nginx-sticky-module --add-module=/www/server/nginx/src/nginx-http-concat --with-http_stub_status_module --with-http_ssl_module --with-http_v2_module --with-http_image_filter_module --with-http_gzip_static_module --with-http_gunzip_module --with-stream --with-stream_ssl_module --with-ipv6 --with-http_sub_module --with-http_flv_module --with-http_addition_module --with-http_realip_module --with-http_mp4_module --with-ld-opt=-Wl,-E  --add-module=//www/server/nginx/src/ngx_http_substitutions_filter_module-mastermake
rm -f /www/server/nginx/sbin/nginx.old
mv /www/server/nginx/sbin/nginx /www/server/nginx/sbin/nginx.old
cp objs/nginx /www/server/nginx/sbin/nginx
make upgrade
p.s nginx 1.12.2已支持ipv6,不需要再单独指定–with-ipv6
upgrade完毕后,使用 nginx -V 命令 再次查看版本信息
可以看到http_substitutions_filter_module模块已成功添加(上图截错了,实际应该显示http_substitutions_filter_module)



沙花按摩
发表于 2019-6-19 09:00:00 | 只看该作者
一直在看
这里是你的个性签名位置,可在“设置”-“个人信息”-“个人签名”处修改。
板凳捶腿
发表于 2019-6-19 09:00:00 本帖发自侠外论坛手机版 | 只看该作者
前排顶,很好!
这里是你的个性签名位置,可在“设置”-“个人信息”-“个人签名”处修改。
地板擦鞋
发表于 2019-6-19 09:00:00 本帖发自侠外论坛手机版 | 只看该作者
好厉害的样子,支持楼主,小生钦佩
这里是你的个性签名位置,可在“设置”-“个人信息”-“个人签名”处修改。
5位围观
发表于 2021-6-18 03:05:25 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


发布主题 上个主题 下个主题 快速回复 收藏帖子 返回列表 搜索

联系我们|Archiver|手机版|小黑屋|侠外网 ( 豫ICP备13018943号-1 )

GMT+8, 2024-4-25 19:57 , Processed in 0.044593 second(s), 18 queries , Gzip On, Memcache On.

Copyright © 2001-2023 侠外游戏论坛 Powered by !Zucsud X3.5

Support By A mysterious team , A great team ! Email:

快速回复 返回顶部 返回列表