NGINX的安装和介绍

本文详细介绍了NGINX的安装过程,包括开源版本、商业版以及相关衍生版本如OpenResty和Tengine。在安装过程中,提到了可能遇到的问题,如缺少C编译器、PCRE库和ZLIB库,并提供了相应的解决方法。此外,还讲解了启动NGINX的步骤,如何关闭防火墙以及将NGINX设置为系统服务的操作。
摘要由CSDN通过智能技术生成

nginx的常用版本

  • nginx的开源版本
    • http://nginx.org/
  • nginx plus商业版
    • https://www.nginx.com/
  • openresty
    • http://openresty.org/
  • tengine

nginx的下载安装

  • 下载

[root@nginx ~]# wget http://nginx.org/download/nginx-1.22.1.tar.gz

  • 安装

./configure --prefix=/usr/local/nginx make && make install

如果出现告警或报错

  1. 提示1

[root@nginx nginx-1.22.1]# ./configure checking for OS + Linux 3.10.0-1160.el7.x86_64 x86_64 checking for C compiler ... not found ./configure: error: C compiler cc is not found

    1. 安装gcc

[root@nginx nginx-1.22.1]# yum install -y gcc

  1. 提示2

./configure: error: the HTTP rewrite module require

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值