Django web 网站基础搭建d4——nginx安装(linux CentOS7)

首先,我们打开nginx下载网址   http://nginx.org/download/  。

找到要下载的版本,我这里选的是

 通过xftp、wincp等工具上传到虚拟机,也可以通过指令直接在虚拟机中获取:

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

解压:
 

tar -zxf nginx-1.2.0.tar.gz

移动到用户主目录下并重命名为  nginx (我这里是root用户):

mv nginx-1.2.0 ~/nginx

接着,我们安装一些依赖库用以满足一些拓展功能:

sudo yum install -y zlib zlib-devel pcre pcre-devel openssl openssl-devel

这些依赖库在安装  python  时,基本是已经安装过的,这里检查一下有没有遗漏即可。检查完毕就可以开始编译安装  nginx  了。

[root@Master ~]# cd nginx                            
[root@Master nginx]# ./configure && make && make install    # 安装

configure:可自定义的安装脚本,不写参数是以默认方式运行,生成  makefile  文件

make:读取  makefile  文件的指令进行编译

make install:读取  makefile  文件的指令进行安装

 以上操作完成后,就可以在  root  根目录的  /usr/local  中找到  nginx  文件夹。

 找到其中的  sbin  下的  nginx

cd /usr/local/nginx/sbin
./nginx                 # 运行
./nginx -s stop         # 停止

 查看配置文件  nginx.conf  :

[root@Master sbin]# vim /root/nginx/conf/nginx.conf

找到其中的  server  :

检查  nginx.conf

./nginx -tc /root/nginx/conf/nginx.conf

 

在浏览器中打开  http://localhost:80  :

出现  welcome to nginx!  即为成功

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Sthons

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值