绑定完请刷新页面
取消
刷新

分享好友

×
取消 复制
nginx从入门到精通-nginx安装部署
2019-12-04 15:21:35

nginx安装部署

nginx源码下载

nginx安装管理

nginx相关目录

nginx启动管理

nginx测试

一、nginx源码下载

官网:http://nginx.org/

源码包:nginx-1.15.12.tar.gz

源码包下载:wget http://nginx.org/download/nginx-1.15.12.tar.gz -P /usr/src

二、nginx安装

yum -y install gcc pcre-devel zlib-devel

cd /usr/src

tar xf nginx-1.15.12.tar.gz

cd nginx-1.15.12

yum -y install gcc pcre-devel zlib zlib-devel

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

配置目的:

1)检查环境 是否 满足安装条件 依赖解决

2)指定安装方式 配置文件 命令文件 各种文件放哪里 开启模块功能【内置模块 三方模块】

3)指定软件安装在那里

make -j4

make install

三、nginx相关目录

nginx path prefix: "/usr/local/nginx"

nginx binary file: "/usr/local/nginx/sbin/nginx"

nginx modules path: "/usr/local/nginx/modules"

nginx configuration prefix: "/usr/local/nginx/conf"

nginx configuration file: "/usr/local/nginx/conf/nginx.conf"

nginx pid file: "/usr/local/nginx/logs/nginx.pid"

nginx error log file: "/usr/local/nginx/logs/error.log"

nginx http access log file: "/usr/local/nginx/logs/access.log"

四、nginx启动管理

配置文件测试:/usr/local/nginx/sbin/nginx -t

Nginx启动:/usr/local/nginx/sbin/nginx

Nginx关闭:killall –s QUIT nginx

五、nginx测试

netstat –ntpl

lsof -i :80

elinks http://IP

测试页面内容

分享好友

分享这个小栈给你的朋友们,一起进步吧。

凉城时光
创建时间:2019-12-04 10:57:57
朋友 我们一起聊运维
展开
订阅须知

• 所有用户可根据关注领域订阅专区或所有专区

• 付费订阅:虚拟交易,一经交易不退款;若特殊情况,可3日内客服咨询

• 专区发布评论属默认订阅所评论专区(除付费小栈外)

栈主、嘉宾

查看更多
  • 我没
    栈主

小栈成员

查看更多
  • unnamed personq
  • unnamed personq
  • bluetooth
  • amadan
戳我,来吐槽~