WDCP主机管理系统tengine升级脚本(可升级nginx为tengine)

Tengine是由淘宝网发起的Web服务器项目。它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。Tengine的性能和稳定性已经在大型的网站如淘宝网,天猫商城等得到了很好的检验。它的最终目标是打造一个高效、稳定、安全、易用的Web平台。 从2011年12月开始,Tengine成为一个开源项目,Tengine团队在积极地开发和维护着它。Tengine团队的核心成员来自于淘宝、搜狗等互联网企业。Tengine是社区合作的成果,我们欢迎大家参与其中,贡献自己的力量。 此脚本(见本贴附件),针对使用wdcp的用户,由nginx升级脚步修改而来,可一键升级WDCP主机管理系统nginx为tengine;如果现在用的是tengine,也可以用此脚本升级tengine版本。希望对大家有帮助! 安装截图:

安装成功截图:

如果安装过程中出现下面的错误,安装pcre-devel即可解决问题;执行 yum -y install pcre-devel


checking for PCRE library … not found checking for PCRE library in /usr/local/ … not found checking for PCRE library in /usr/include/pcre/ … not found checking for PCRE library in /usr/pkg/ … not found checking for PCRE library in /opt/local/ … not found./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using –without-http_rewrite_module option, or install the PCRE library into the system, or build the PCRE library statically from the source with nginx by using –with-pcre= option. 配置错误,升级失败!

下载:tengine_up

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注