博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nginx升级Tengine
阅读量:5823 次
发布时间:2019-06-18

本文共 1118 字,大约阅读时间需要 3 分钟。

hot3.png

软件地址: http://tengine.taobao.org

软件地址:ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre

升级步骤:

tar -zxvf tengine-1.4.0.tar.gzcd tengine-1.4.0
/usr/local/nginx/sbin/nginx -Vnginx version: nginx/1.0.15built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC) TLS SNI support enabledconfigure arguments: --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6
./configure  --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module --with-ipv6 --with-pcre=/usr/src/pcre-8.31(这个是pcre-8.31下载后解压的目录) makemv /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx.oldcp -r objs/nginx /usr/local/nginx/sbin/nginx
/usr/local/nginx/sbin/nginx -tthe configuration file /usr/local/nginx/conf/nginx.conf syntax is okconfiguration file /usr/local/nginx/conf/nginx.conf test is successfulservice nginx restartStopping nginx: [ OK ]Starting nginx: [ OK ]/usr/local/nginx/sbin/nginx -vTengine version: Tengine/1.4.0 (nginx/1.2.3)

转载于:https://my.oschina.net/yyping/blog/90290

你可能感兴趣的文章
python mysqlDB
查看>>
UVALive 3942 Remember the Word Tire+DP
查看>>
Android之HttpClient
查看>>
从微软的DBML文件中我们能学到什么(它告诉了我们什么是微软的重中之重)~目录...
查看>>
被需求搞的一塌糊涂,怎么办?
查看>>
centos 7.2编译安装nginx-1.12.0
查看>>
c_数据结构_队的实现
查看>>
GCT之数学公式(平面解析几何)
查看>>
Java7 try-with-resources
查看>>
gdb调试的艺术——Debug技巧
查看>>
jquery 选择器总结
查看>>
1月10日,11日工作情况
查看>>
Qt设置背景图片
查看>>
Grunt使用心得
查看>>
【阿里云文档】常用文档整理
查看>>
iptables 配置需要保存
查看>>
.NET各种小问题
查看>>
ApkTool反编译和重新打包
查看>>
OpenState: Programming Platform-independent Stateful OpenFlow Applications Inside the Switch
查看>>
java中的Volatile关键字
查看>>