首页 > 其他 > 详细

nginx安装

时间:2016-03-03 15:02:25      阅读:164      评论:0      收藏:0      [点我收藏+]

下载nginx-1.9.12

传到/usr/local/src

安装 pcre openssl

yum install pcre *

yum install openssl*

解压nginx

tar -zxvf nginx-1.9.12.tar.gz


./configure --prefix=/usr/local/nginx-1.9.12 --with-http_ssl_module --with-http_spdy_module --with-http_stub_status_module --with-pcre


make 

make install

/usr/local/nginx-1.9.12/sbin/nginx




本文出自 “please” 博客,谢绝转载!

nginx安装

原文:http://please.blog.51cto.com/812063/1747059

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!