Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2015:1666 - Security Advisory
Issued:
2015-08-24
Updated:
2015-08-24

RHSA-2015:1666 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: httpd24-httpd security update

Type/Severity

Security Advisory: Moderate

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated httpd24-httpd packages that fix multiple security issues are now
available for Red Hat Software Collections 2.

Red Hat Product Security has rated this update as having Moderate security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.

Description

The httpd packages provide the Apache HTTP Server, a powerful, efficient,
and extensible web server.

Multiple flaws were found in the way httpd parsed HTTP requests and
responses using chunked transfer encoding. A remote attacker could use
these flaws to create a specially crafted request, which httpd would decode
differently from an HTTP proxy software in front of it, possibly leading to
HTTP request smuggling attacks. (CVE-2015-3183)

It was discovered that in httpd 2.4, the internal API function
ap_some_auth_required() could incorrectly indicate that a request was
authenticated even when no authentication was used. An httpd module using
this API function could consequently allow access that should have been
denied. (CVE-2015-3185)

Note: This update introduces new a new API function,
ap_some_authn_required(), which correctly indicates if a request is
authenticated. External httpd modules using the old API function should be
modified to use the new one to completely resolve this issue.

A denial of service flaw was found in the way the mod_lua httpd module
processed certain WebSocket Ping requests. A remote attacker could send a
specially crafted WebSocket Ping packet that would cause the httpd child
process to crash. (CVE-2015-0228)

A NULL pointer dereference flaw was found in the way httpd generated
certain error responses. A remote attacker could possibly use this flaw to
crash the httpd child process using a request that triggers a certain HTTP
error. (CVE-2015-0253)

All httpd24-httpd users are advised to upgrade to these updated packages,
which contain backported patches to correct these issues. After installing
the updated packages, the httpd24-httpd service will be restarted
automatically.

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.4 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.3 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.2 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.1 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.6 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.5 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6 x86_64
  • Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 6 x86_64

Fixes

  • BZ - 1202988 - CVE-2015-0228 httpd: Possible mod_lua crash due to websocket bug
  • BZ - 1243887 - CVE-2015-3183 httpd: HTTP request smuggling attack against chunked request parser
  • BZ - 1243888 - CVE-2015-3185 httpd: ap_some_auth_required() does not properly indicate authenticated request in 2.4
  • BZ - 1243891 - CVE-2015-0253 httpd: NULL pointer dereference crash with ErrorDocument 400 pointing to a local URL-path

CVEs

  • CVE-2015-3185
  • CVE-2015-3183
  • CVE-2015-0253
  • CVE-2015-0228

References

  • https://access.redhat.com/security/updates/classification/#moderate
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.4

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.3

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.2

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.1

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.6

SRPM
httpd24-httpd-2.4.12-4.el6.2.src.rpm SHA-256: a9c4d0d0d43f25e752a42f81d9c832b1a2576d60062da94d29185bc424568c91
x86_64
httpd24-httpd-2.4.12-4.el6.2.x86_64.rpm SHA-256: a13d48ed878f9f34dfa6cc1798db49d814d409cffff2b31035ad50c0fbb26853
httpd24-httpd-debuginfo-2.4.12-4.el6.2.x86_64.rpm SHA-256: aba9b65267f26ce8cb3354665a127e73246afc365135265eef5834ba6a52a25e
httpd24-httpd-devel-2.4.12-4.el6.2.x86_64.rpm SHA-256: 8f428ac0b6469cd8ff62ba1b46a47608bafdc75e39e587b52c826b7423fd4a8c
httpd24-httpd-manual-2.4.12-4.el6.2.noarch.rpm SHA-256: 49f02be090a174542b70ff63ce738a4b7f70c8f870815477dc696adb231f2e9d
httpd24-httpd-tools-2.4.12-4.el6.2.x86_64.rpm SHA-256: 0ff3ce94dc632abe105ef0b69c705a939b1dd0d75a64af11f9742ec2c3206f77
httpd24-mod_ldap-2.4.12-4.el6.2.x86_64.rpm SHA-256: 14f833822a566ee903dd551a1af1a47c5aeec8fcfcf49403e9d3ec4d83ba8a21
httpd24-mod_proxy_html-2.4.12-4.el6.2.x86_64.rpm SHA-256: df97a4c4825effe3f0a14c7b9862696885b314f9e9ff76386029f13666bfb6bb
httpd24-mod_session-2.4.12-4.el6.2.x86_64.rpm SHA-256: 35ebc6d15d2b3bd409bb4af03adbb1688124249b7f9727b08efef5af5563ddc6
httpd24-mod_ssl-2.4.12-4.el6.2.x86_64.rpm SHA-256: 36d07f5c7186326d3f2448529bf27299adc862f2911f1b00b7c9ca411e6c14bd

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.5

SRPM
httpd24-httpd-2.4.12-4.el6.2.src.rpm SHA-256: a9c4d0d0d43f25e752a42f81d9c832b1a2576d60062da94d29185bc424568c91
x86_64
httpd24-httpd-2.4.12-4.el6.2.x86_64.rpm SHA-256: a13d48ed878f9f34dfa6cc1798db49d814d409cffff2b31035ad50c0fbb26853
httpd24-httpd-debuginfo-2.4.12-4.el6.2.x86_64.rpm SHA-256: aba9b65267f26ce8cb3354665a127e73246afc365135265eef5834ba6a52a25e
httpd24-httpd-devel-2.4.12-4.el6.2.x86_64.rpm SHA-256: 8f428ac0b6469cd8ff62ba1b46a47608bafdc75e39e587b52c826b7423fd4a8c
httpd24-httpd-manual-2.4.12-4.el6.2.noarch.rpm SHA-256: 49f02be090a174542b70ff63ce738a4b7f70c8f870815477dc696adb231f2e9d
httpd24-httpd-tools-2.4.12-4.el6.2.x86_64.rpm SHA-256: 0ff3ce94dc632abe105ef0b69c705a939b1dd0d75a64af11f9742ec2c3206f77
httpd24-mod_ldap-2.4.12-4.el6.2.x86_64.rpm SHA-256: 14f833822a566ee903dd551a1af1a47c5aeec8fcfcf49403e9d3ec4d83ba8a21
httpd24-mod_proxy_html-2.4.12-4.el6.2.x86_64.rpm SHA-256: df97a4c4825effe3f0a14c7b9862696885b314f9e9ff76386029f13666bfb6bb
httpd24-mod_session-2.4.12-4.el6.2.x86_64.rpm SHA-256: 35ebc6d15d2b3bd409bb4af03adbb1688124249b7f9727b08efef5af5563ddc6
httpd24-mod_ssl-2.4.12-4.el6.2.x86_64.rpm SHA-256: 36d07f5c7186326d3f2448529bf27299adc862f2911f1b00b7c9ca411e6c14bd

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6

SRPM
httpd24-httpd-2.4.12-4.el6.2.src.rpm SHA-256: a9c4d0d0d43f25e752a42f81d9c832b1a2576d60062da94d29185bc424568c91
x86_64
httpd24-httpd-2.4.12-4.el6.2.x86_64.rpm SHA-256: a13d48ed878f9f34dfa6cc1798db49d814d409cffff2b31035ad50c0fbb26853
httpd24-httpd-debuginfo-2.4.12-4.el6.2.x86_64.rpm SHA-256: aba9b65267f26ce8cb3354665a127e73246afc365135265eef5834ba6a52a25e
httpd24-httpd-devel-2.4.12-4.el6.2.x86_64.rpm SHA-256: 8f428ac0b6469cd8ff62ba1b46a47608bafdc75e39e587b52c826b7423fd4a8c
httpd24-httpd-manual-2.4.12-4.el6.2.noarch.rpm SHA-256: 49f02be090a174542b70ff63ce738a4b7f70c8f870815477dc696adb231f2e9d
httpd24-httpd-tools-2.4.12-4.el6.2.x86_64.rpm SHA-256: 0ff3ce94dc632abe105ef0b69c705a939b1dd0d75a64af11f9742ec2c3206f77
httpd24-mod_ldap-2.4.12-4.el6.2.x86_64.rpm SHA-256: 14f833822a566ee903dd551a1af1a47c5aeec8fcfcf49403e9d3ec4d83ba8a21
httpd24-mod_proxy_html-2.4.12-4.el6.2.x86_64.rpm SHA-256: df97a4c4825effe3f0a14c7b9862696885b314f9e9ff76386029f13666bfb6bb
httpd24-mod_session-2.4.12-4.el6.2.x86_64.rpm SHA-256: 35ebc6d15d2b3bd409bb4af03adbb1688124249b7f9727b08efef5af5563ddc6
httpd24-mod_ssl-2.4.12-4.el6.2.x86_64.rpm SHA-256: 36d07f5c7186326d3f2448529bf27299adc862f2911f1b00b7c9ca411e6c14bd

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6

SRPM
httpd24-httpd-2.4.12-4.el6.2.src.rpm SHA-256: a9c4d0d0d43f25e752a42f81d9c832b1a2576d60062da94d29185bc424568c91
x86_64
httpd24-httpd-2.4.12-4.el6.2.x86_64.rpm SHA-256: a13d48ed878f9f34dfa6cc1798db49d814d409cffff2b31035ad50c0fbb26853
httpd24-httpd-debuginfo-2.4.12-4.el6.2.x86_64.rpm SHA-256: aba9b65267f26ce8cb3354665a127e73246afc365135265eef5834ba6a52a25e
httpd24-httpd-devel-2.4.12-4.el6.2.x86_64.rpm SHA-256: 8f428ac0b6469cd8ff62ba1b46a47608bafdc75e39e587b52c826b7423fd4a8c
httpd24-httpd-manual-2.4.12-4.el6.2.noarch.rpm SHA-256: 49f02be090a174542b70ff63ce738a4b7f70c8f870815477dc696adb231f2e9d
httpd24-httpd-tools-2.4.12-4.el6.2.x86_64.rpm SHA-256: 0ff3ce94dc632abe105ef0b69c705a939b1dd0d75a64af11f9742ec2c3206f77
httpd24-mod_ldap-2.4.12-4.el6.2.x86_64.rpm SHA-256: 14f833822a566ee903dd551a1af1a47c5aeec8fcfcf49403e9d3ec4d83ba8a21
httpd24-mod_proxy_html-2.4.12-4.el6.2.x86_64.rpm SHA-256: df97a4c4825effe3f0a14c7b9862696885b314f9e9ff76386029f13666bfb6bb
httpd24-mod_session-2.4.12-4.el6.2.x86_64.rpm SHA-256: 35ebc6d15d2b3bd409bb4af03adbb1688124249b7f9727b08efef5af5563ddc6
httpd24-mod_ssl-2.4.12-4.el6.2.x86_64.rpm SHA-256: 36d07f5c7186326d3f2448529bf27299adc862f2911f1b00b7c9ca411e6c14bd

Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 7

SRPM
httpd24-httpd-2.4.12-6.el7.1.src.rpm SHA-256: 60c121271e4db057d8119dfd1bba987e1ee62b5c40e716e87521f3b58a6152e3
x86_64
httpd24-httpd-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5d05be876b44f9efab28cbbee2286ed98b21503a8d38f6e6228cecc03d5c0c3e
httpd24-httpd-debuginfo-2.4.12-6.el7.1.x86_64.rpm SHA-256: f6c104ed78a526f156a3b4114e4379ddf12e0da298376d903179dc26b92d4105
httpd24-httpd-devel-2.4.12-6.el7.1.x86_64.rpm SHA-256: 2a1b3cbdb05ed8f83631acd5655a951fcce3be042d4b62e39f81533ec00bd49f
httpd24-httpd-manual-2.4.12-6.el7.1.noarch.rpm SHA-256: d50bf9fb7657332c342433e0b2b19e08596acc68d3844d5f5adf6a0eb2e10c9b
httpd24-httpd-tools-2.4.12-6.el7.1.x86_64.rpm SHA-256: 96f986ae67d7bcd14dc959113f4c39a5ff776f73307524f832ae7bc8dfa51729
httpd24-mod_ldap-2.4.12-6.el7.1.x86_64.rpm SHA-256: 75ece8fe152c52834e0f8cc9cc43c05c72477cd1e4308b00f71862d48fc5ec27
httpd24-mod_proxy_html-2.4.12-6.el7.1.x86_64.rpm SHA-256: 69172f1bd44cfbed53a1713058ad2388d79eecb5521eb1ab7ebdb9111a57e94a
httpd24-mod_session-2.4.12-6.el7.1.x86_64.rpm SHA-256: 01a950925ce0fa086060766fe634ee1396099f27ac9e2d2472b84328ee9e3a74
httpd24-mod_ssl-2.4.12-6.el7.1.x86_64.rpm SHA-256: 5301842c234d09700f9f542b538090cae3be85d3771aba991b48f079bed03cf5

Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 6

SRPM
httpd24-httpd-2.4.12-4.el6.2.src.rpm SHA-256: a9c4d0d0d43f25e752a42f81d9c832b1a2576d60062da94d29185bc424568c91
x86_64
httpd24-httpd-2.4.12-4.el6.2.x86_64.rpm SHA-256: a13d48ed878f9f34dfa6cc1798db49d814d409cffff2b31035ad50c0fbb26853
httpd24-httpd-debuginfo-2.4.12-4.el6.2.x86_64.rpm SHA-256: aba9b65267f26ce8cb3354665a127e73246afc365135265eef5834ba6a52a25e
httpd24-httpd-devel-2.4.12-4.el6.2.x86_64.rpm SHA-256: 8f428ac0b6469cd8ff62ba1b46a47608bafdc75e39e587b52c826b7423fd4a8c
httpd24-httpd-manual-2.4.12-4.el6.2.noarch.rpm SHA-256: 49f02be090a174542b70ff63ce738a4b7f70c8f870815477dc696adb231f2e9d
httpd24-httpd-tools-2.4.12-4.el6.2.x86_64.rpm SHA-256: 0ff3ce94dc632abe105ef0b69c705a939b1dd0d75a64af11f9742ec2c3206f77
httpd24-mod_ldap-2.4.12-4.el6.2.x86_64.rpm SHA-256: 14f833822a566ee903dd551a1af1a47c5aeec8fcfcf49403e9d3ec4d83ba8a21
httpd24-mod_proxy_html-2.4.12-4.el6.2.x86_64.rpm SHA-256: df97a4c4825effe3f0a14c7b9862696885b314f9e9ff76386029f13666bfb6bb
httpd24-mod_session-2.4.12-4.el6.2.x86_64.rpm SHA-256: 35ebc6d15d2b3bd409bb4af03adbb1688124249b7f9727b08efef5af5563ddc6
httpd24-mod_ssl-2.4.12-4.el6.2.x86_64.rpm SHA-256: 36d07f5c7186326d3f2448529bf27299adc862f2911f1b00b7c9ca411e6c14bd

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility