默认分类

centos7.9升级httpd

1、升级服务器httpd

默认centos7.9软件库只有2.4.6版本

安装epel-release

sudo yum install -y epel-release

在 /etc/yum.repos.d目录下新建 codeit.el7.repo ,内容如下:

[CodeIT]
name=CodeIT repo
baseurl=https://repo.codeit.guru/packages/centos/7/$basearch
enabled=1
gpgkey=https://repo.codeit.guru/RPM-GPG-KEY-codeit
gpgcheck=1

运行yum info httpd

检查httpd版本及可更新版本

安装

yum install httpd
This is just a placeholder img.