美文网首页
16.Yum源httpd版本 VS Apache官方httpd版

16.Yum源httpd版本 VS Apache官方httpd版

作者: 負笈在线 | 来源:发表于2020-08-06 06:37 被阅读0次

    一)Centos查看httpd版本

         # yum list installed |grep httpd

    httpd.x86_64                        2.4.6-93.el7.centos            @base 

         # rpm -qa|grep httpd

    httpd-2.4.6-93.el7.centos.x86_64

    查看yum源httpd版本

         # yum info httpd

    Installed Packages

    Name        : httpd

    Arch        : x86_64

    Version    : 2.4.6

    Release    : 67.el7.centos.6

    Size        : 9.4 M

    Repo        : installed

    From repo  : updates

    Summary    : Apache HTTP Server

    URL        : http://httpd.apache.org/

    License    : ASL 2.0

    Description : The Apache HTTP Server is a powerful, efficient, and extensible

                : web server.

    二)apache官方版本查看

    版本是这样的httpd 2.4.42

    https://www.apachelounge.com/changelog-2.4.html

    http://httpd.apache.org/security/vulnerabilities_24.html

    三)

    版本都是最新的,确差距那么大;如何确定yum源httpd版本对应官方版本

    centos的git网站

    https://git.centos.org/rpms/httpd/releases

    四)其他:查看httpd各个版本修复更新内容方法

         # yum install yum-plugin-changelog

         # yum changelog all httpd|more

    Loaded plugins: changelog, fastestmirror, product-id, search-disabled-repos,

                  : subscription-manager

    This system is not registered with an entitlement server. You can use subscripti

    on-manager to register.

    Loading mirror speeds from cached hostfile

    Listing all changelogs

    ==================== Installed Packages ====================

    httpd-2.4.6-93.el7.centos.x86_64        installed

    * Tue Mar 31 20:00:00 2020 CentOS Sources <bugs@centos.org> - 2.4.6-93.el7.cento

    s

    - Remove index.html, add centos-noindex.tar.gz

    - change vstring

    - change symlink for poweredby.png

    - update welcome.conf with proper aliases

    * Tue Oct  8 20:00:00 2019 Lubos Uhliarik <luhliari@redhat.com> - 2.4.6-93

    - Resolves: #1677496 - CVE-2018-17199 httpd: mod_session_cookie does not respect

      expiry time

    相关文章

      网友评论

          本文标题:16.Yum源httpd版本 VS Apache官方httpd版

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