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

CentOS源码安装nginx

时间:2018-08-01 18:58:15      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:选择   wget   oca   pre   tar   gzip   编译   make   str   

//在线下载,或下载好后上传服务器

wget http://nginx.org/download/nginx-1.14.0.tar.gz

//解压

tar -zxvf nginx-1.14.0.tar.gz

//进入解压后的目录

cd nginx-1.14.0

//选择安装目录,编译安装

./configure --prefix=/usr/local/nginx

make && make install

 

#编译出错

./configure: error: the HTTP gzip module requires the xxx library.

安装 yum install xxx-devel -y

#启动出错

nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)

创建文件 /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

CentOS源码安装nginx

标签:选择   wget   oca   pre   tar   gzip   编译   make   str   

原文地址:https://www.cnblogs.com/higreen/p/9403281.html

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