通过yum升级httpd版本
- 中间件
- 2022-09-15
- 18热度
- 0评论
背景
绿盟主机扫描,扫出 svn 服务器主机 Apache httpd 的漏洞,需要修复,官方给的建议是升级最新版本。
升级
[root@DEV-ZKRSVN ~]# sudo yum install -y epel-release # 先安装 epel,后面 codeit 源依赖 epel
[root@DEV-ZKRSVN ~]# rpm -q --qf "%{VERSION}" $(rpm -q --whatprovides redhat-release) # 获取版本号为“7”
7
[root@DEV-ZKRSVN ~]# cd /etc/yum.repos.d/ && wget https://repo.codeit.guru/codeit.el7.repo # 下载 codeit 源
[root@DEV-ZKRSVN ~]# yum info httpd # 执行可以获取新版本
[root@DEV-ZKRSVN ~]# yum update httpd # 执行更新
查看版本
[root@DEV-ZKRSVN ~]# httpd -v
Server version: Apache/2.4.54 (codeit)
Server built: Jun 8 2022 09:34:58