美文网首页
CentOS 安装openresty

CentOS 安装openresty

作者: andrewliu20 | 来源:发表于2021-10-25 13:53 被阅读0次
  1. 下载openresty 的repo库
wget https://openresty.org/package/centos/openresty.repo
  1. 移动repo库文件到yum的repo库中
sudo mv openresty.repo /etc/yum.repos.d/
  1. 更新
sudo yum check-update
  1. 安装openresty
yum install -y openresty
  1. 启动openresty
systemctl start openresty.service

6.注意问题:
注意端口被占用的问题,若被占用,关闭别占用的端口或者修改openresty中nginx中的配置端口
通过

systemctl status openresty.service

查看问题

相关文章

  • openresty

    1、openResty安装 centos 安装 2、openresty配置 nginx匹配规则 服务端获得客户端...

  • nginx openresty

    openResty安装 centos 添加yum仓库,安装 openresty配置 服务端获得客户端的真实ip ...

  • OpenResty源码安装

    本文是在CentOS7.4环境下安装OpenResty 下载 OpenResty下载地址[https://open...

  • apioak安装使用教程

    centos 7 安装apioak 安装 OpenResty 和其他必需的依赖项 安装MariaDB 安装aoio...

  • centos 安装openresty

    1. 安装依赖的软件包 /usr/bin/env: perl: No such file or directory...

  • centos 安装OpenResty

    一、安装准备 安装OpenResty之前,您必须将这些库 perl 5.6.1+, libreadline, li...

  • CentOS安装OpenResty

    源码包编译安装 下载 从下载页Download下载最新的 OpenResty®源码包,并且像下面的示例一样将其解压...

  • CentOS 安装openresty

    下载openresty 的repo库 移动repo库文件到yum的repo库中 更新 安装openresty 启动...

  • kong、konga源码安装笔记

    安装环境 依赖:centos 7.5kong:1.2.1lua: 2.0.5openresty: 1.13.6.2...

  • openresty起步

    openresty 安装openresty 1、源码安装 安装前准备: 源码下载地址:openresty 解压、安...

网友评论

      本文标题:CentOS 安装openresty

      本文链接:https://www.haomeiwen.com/subject/jdwjaltx.html