CentOS Linux release 7.9.2009 latest apache version

Support for security such as Firewalls and securing linux
Post Reply
suryas
Posts: 1
Joined: 2022/04/20 15:06:17

CentOS Linux release 7.9.2009 latest apache version

Post by suryas » 2022/04/20 15:12:39

Hi All,

I need to know the current latest version for Apache Httpd version.

Thank You!

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: CentOS Linux release 7.9.2009 latest apache version

Post by TrevorH » 2022/04/20 15:24:20

Code: Select all

[root@centos7 ~]# rpm -q httpd
httpd-2.4.6-97.el7.centos.5.x86_64
[root@centos7 ~]# rpm -q --changelog httpd | head -20
* Thu Mar 24 2022 CentOS Sources <bugs@centos.org> - 2.4.6-97.el7.centos.5
- Remove index.html, add centos-noindex.tar.gz
- change vstring
- change symlink for poweredby.png
- update welcome.conf with proper aliases

* Tue Mar 22 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.6-97.5
- Resolves: #2065243 - CVE-2022-22720 httpd: HTTP request smuggling
  vulnerability in Apache HTTP Server 2.4.52 and earlier

* Mon Jan 10 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.6-97.4
- Resolves: #2031072 - CVE-2021-34798 httpd: NULL pointer dereference via
  malformed requests
- Resolves: #2031074 - CVE-2021-39275 httpd: out-of-bounds write in
  ap_escape_quotes() via malicious input
- Resolves: #1969226 - CVE-2021-26691 httpd: Heap overflow in mod_session

* Mon Jan 10 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.6-97.3
- Resolves: #2035058 - CVE-2021-44790 httpd: mod_lua: possible buffer overflow
  when parsing multipart content
I suggest reading the backports link too: Please see https://access.redhat.com/security/updates/backporting/ for information on backporting of security fixes and features in CentOS and RHEL. Additionally https://access.redhat.com/solutions/2074 may also be of use.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: CentOS Linux release 7.9.2009 latest apache version

Post by jlehtone » 2022/04/20 21:50:03

If you do have CentOS 7, then you can run:

Code: Select all

yum list httpd
yum info httpd
repoquery -i httpd
even if you don't have 'httpd' installed.

If you don't have CentOS 7, you can browse online mirror of the 'updates' repository. The version string is in the filename.
(It is a bit late to install CentOS 7 now, only couple years to EoL.)


That changelog shows about hundred changesets that have been applied since RH created their development branch for httpd from upstream's 2.4.6. Lots of backports.

Post Reply