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
    • 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 Lightspeed
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 Lightspeed
  • 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 RHBA-2011:0706 - Bug Fix Advisory
Issued:
2011-05-19
Updated:
2011-05-19

RHBA-2011:0706 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

httpd bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated httpd packages that fix multiple bugs are now available for Red Hat
Enterprise Linux 6.

Description

The Apache HTTP Server is a popular web server.

This update fixes the following bugs:

  • Due to a bug in the filter initialization process, filters configured using

the mod_filter module were not handled correctly if a "sub-request" took place.
For example, using the "FilterChain" directive to configure the "DEFLATE"
compression filter with a Server-Side-Include page could result in pages which
were only partially compressed. With this update, filters used with mod_filter
operate correctly. (BZ#631849)

  • If arguments passed to the ab benchmarking program triggered a memory

allocation failure, ab could terminate unexpectedly with a segmentation fault.
With this update, the memory allocation failure is now trapped earlier, and the
program exits gracefully with an error message. (BZ#645846)

  • When executing the "service httpd stop" command, a 10-seconds timeout is used

before terminating the httpd parent process in case of error. If this timeout
was insufficient, resources did not allow the parent process to terminate
cleanly and could be leaked. This update introduces the "STOP_TIMEOUT"
environment variable, which can be used in the /etc/sysconfig/httpd
configuration file to change the timeout. This can be used to allow a longer
delay and fix resource leaks if the httpd parent is slow to terminate.
(BZ#657480)

  • When configuring the httpd service, using a mod_ldap directive in the

"VirtualHost" container caused the HTTP server to stop caching requests to a
directory server. This update applies a patch that corrects this error, and the
use of mod_ldap directives in the "VirtualHost" context no longer prevents the
httpd service from caching LDAP requests. (BZ#676635)

  • Prior to this update, an attempt to use configuration with multiple virtual

hosts sharing the same ID and private key file could prevent the httpd service
from starting with an error message written to the error_log file. With this
update, the underlying source code has been modified to address this issue, and
the httpd service now starts as expected. (BZ#676831)

  • When using the prefork Multi-Processing Module (MPM), children processes with

persistent connections (that is, with the "KeepAlive" directive set to "On")
kept processing new requests even when a graceful restart had been issued. This
update applies a patch that corrects this error, and children processes with the
persistent connections no longer process new requests when a graceful restart is
requested. (BZ#679476)

  • Previously, an attempt to start the httpd service with the mod_ssl module in

FIPS mode failed. With this update, an upstream patch has been applied to
implement support for the FIPS mode in the mod_ssl module, and httpd no longer
fails to start. (BZ#684144)

All users of httpd are advised to upgrade to these updated packages, which fix
these bugs.

Solution

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

This update is available via Red Hat Network. Details on how to use the Red
Hat Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 645846 - ab -n overflows
  • BZ - 652335 - mod_ssl possible memory corruption
  • BZ - 657480 - [RFE] Some semaphores are not cleaned during httpd shutdown
  • BZ - 676635 - mod_ldap stops caching with per-vhost directive use
  • BZ - 676831 - mod_ssl: startup fails with duplicate SSL vhost configurations
  • BZ - 679476 - prefork children in keepalive do not exit on graceful

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
x86_64
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769
i386
httpd-2.2.15-9.el6.i686.rpm SHA-256: af66a2c29da606cb0aab6b7bfff65d356a2c9510b9901e10b427025b8dc01d1a
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.i686.rpm SHA-256: c4ea6078fd41e4298fde2ecabb8a5d2e95febfa4a386b5295c013758faeae0b1
mod_ssl-2.2.15-9.el6.i686.rpm SHA-256: 06a91d7ef36ef5d5ac195793f7f503d52a89ef8ff9494c04f60ef631a364302a

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
i386
httpd-2.2.15-9.el6.i686.rpm SHA-256: af66a2c29da606cb0aab6b7bfff65d356a2c9510b9901e10b427025b8dc01d1a
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.i686.rpm SHA-256: c4ea6078fd41e4298fde2ecabb8a5d2e95febfa4a386b5295c013758faeae0b1
mod_ssl-2.2.15-9.el6.i686.rpm SHA-256: 06a91d7ef36ef5d5ac195793f7f503d52a89ef8ff9494c04f60ef631a364302a
x86_64
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769

Red Hat Enterprise Linux Workstation 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
x86_64
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769
i386
httpd-2.2.15-9.el6.i686.rpm SHA-256: af66a2c29da606cb0aab6b7bfff65d356a2c9510b9901e10b427025b8dc01d1a
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.i686.rpm SHA-256: c4ea6078fd41e4298fde2ecabb8a5d2e95febfa4a386b5295c013758faeae0b1
mod_ssl-2.2.15-9.el6.i686.rpm SHA-256: 06a91d7ef36ef5d5ac195793f7f503d52a89ef8ff9494c04f60ef631a364302a

Red Hat Enterprise Linux Desktop 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
x86_64
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769
i386
httpd-2.2.15-9.el6.i686.rpm SHA-256: af66a2c29da606cb0aab6b7bfff65d356a2c9510b9901e10b427025b8dc01d1a
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.i686.rpm SHA-256: c4ea6078fd41e4298fde2ecabb8a5d2e95febfa4a386b5295c013758faeae0b1
mod_ssl-2.2.15-9.el6.i686.rpm SHA-256: 06a91d7ef36ef5d5ac195793f7f503d52a89ef8ff9494c04f60ef631a364302a

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
s390x
httpd-2.2.15-9.el6.s390x.rpm SHA-256: 7dfc0bc3758bfa0301282a1ce4f6d5c0c6b8e5974b827f53924f6fbfb37191b4
httpd-debuginfo-2.2.15-9.el6.s390.rpm SHA-256: eb959a8c817544db583e3df6f2a65646211cf9cf426658e9ea58a7fc5dac35bd
httpd-debuginfo-2.2.15-9.el6.s390x.rpm SHA-256: e91c8c7989e51c6e2b7cf905609442679c2788cb66a667c1e282564da10d2d78
httpd-devel-2.2.15-9.el6.s390.rpm SHA-256: b3b1680970d822acc6f141d546a4f7b633c33b1d6d1780f9c3eb2c917438e1c0
httpd-devel-2.2.15-9.el6.s390x.rpm SHA-256: 496378a5447d43221e5df1ed37b1026ff6a8eb6de5199541abcd35abaafcd127
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.s390x.rpm SHA-256: f7999f11b33f8fb1da8f52e7e202060af758beb2205808701282ba9ce42ea18f
mod_ssl-2.2.15-9.el6.s390x.rpm SHA-256: b6c9e53dcdb0c41c1c29248906017a30d0cd53eb53ca32680ca21b4ec9b50835

Red Hat Enterprise Linux for Power, big endian 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
ppc64
httpd-2.2.15-9.el6.ppc64.rpm SHA-256: 0ef637c45e1d4f17f737d07869c2bf1dc73f9e4a7e3994090e6e5eaba50aea2f
httpd-debuginfo-2.2.15-9.el6.ppc.rpm SHA-256: 6715c0cf31ad6b85388edf5b7923ff06e61b7e94cf7d859aa5f1e70abf757048
httpd-debuginfo-2.2.15-9.el6.ppc64.rpm SHA-256: 3e8fcd0854ae09d1cace5e47a8e030f5fb2a2b005d909f3246e30143796d7b2d
httpd-devel-2.2.15-9.el6.ppc.rpm SHA-256: 4b4f3541c5ad4606e63b9a1ea522a902ce037c651352a866c7791ca5960045bb
httpd-devel-2.2.15-9.el6.ppc64.rpm SHA-256: 313d43254c81eebcc24db6773a5068029ed532fc87257021268b3627cb3aa987
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.ppc64.rpm SHA-256: 0da1cd20ca9e381071c54487abf251dcb6376b4448458a4839620d94c7790910
mod_ssl-2.2.15-9.el6.ppc64.rpm SHA-256: f9e3a7a1065c8fbcf394305060423682537afe1eff824f12fa5d53d5e23e9d2e

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
x86_64
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769

Red Hat Enterprise Linux Server from RHUI 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
x86_64
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769
i386
httpd-2.2.15-9.el6.i686.rpm SHA-256: af66a2c29da606cb0aab6b7bfff65d356a2c9510b9901e10b427025b8dc01d1a
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.i686.rpm SHA-256: c4ea6078fd41e4298fde2ecabb8a5d2e95febfa4a386b5295c013758faeae0b1
mod_ssl-2.2.15-9.el6.i686.rpm SHA-256: 06a91d7ef36ef5d5ac195793f7f503d52a89ef8ff9494c04f60ef631a364302a

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
s390x
httpd-2.2.15-9.el6.s390x.rpm SHA-256: 7dfc0bc3758bfa0301282a1ce4f6d5c0c6b8e5974b827f53924f6fbfb37191b4
httpd-debuginfo-2.2.15-9.el6.s390.rpm SHA-256: eb959a8c817544db583e3df6f2a65646211cf9cf426658e9ea58a7fc5dac35bd
httpd-debuginfo-2.2.15-9.el6.s390x.rpm SHA-256: e91c8c7989e51c6e2b7cf905609442679c2788cb66a667c1e282564da10d2d78
httpd-devel-2.2.15-9.el6.s390.rpm SHA-256: b3b1680970d822acc6f141d546a4f7b633c33b1d6d1780f9c3eb2c917438e1c0
httpd-devel-2.2.15-9.el6.s390x.rpm SHA-256: 496378a5447d43221e5df1ed37b1026ff6a8eb6de5199541abcd35abaafcd127
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.s390x.rpm SHA-256: f7999f11b33f8fb1da8f52e7e202060af758beb2205808701282ba9ce42ea18f
mod_ssl-2.2.15-9.el6.s390x.rpm SHA-256: b6c9e53dcdb0c41c1c29248906017a30d0cd53eb53ca32680ca21b4ec9b50835

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
x86_64
httpd-2.2.15-9.el6.x86_64.rpm SHA-256: 58d2ce06edc763e97a1f84336647b4d40342fa036e9e2978d5d59160768dd758
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-debuginfo-2.2.15-9.el6.x86_64.rpm SHA-256: 62be5c9dd30e250950a150d6de63e92dbd4d1a79e74f673644ee9065fc7e5f54
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-devel-2.2.15-9.el6.x86_64.rpm SHA-256: 282125b1fd0a9c0f6911d06a579ea02d88ff384de53e829ba6dd561bf8618e0d
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.x86_64.rpm SHA-256: a9c1cd75e3924164eb013bc4452dc3e03978dd019b444072db843f362a541f80
mod_ssl-2.2.15-9.el6.x86_64.rpm SHA-256: 43d4c2c04c2075f96e8e6757036097242555148f8d2a85643897b4bff4841769
i386
httpd-2.2.15-9.el6.i686.rpm SHA-256: af66a2c29da606cb0aab6b7bfff65d356a2c9510b9901e10b427025b8dc01d1a
httpd-debuginfo-2.2.15-9.el6.i686.rpm SHA-256: 05b0f1472b45e863c10275d547f7e2859f8edc0f8704b0ca32aad23a27ce84f1
httpd-devel-2.2.15-9.el6.i686.rpm SHA-256: 8e2e19414c379123def734848666c0cfe68f645ca32d1675cd41e3f191b00a2a
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.i686.rpm SHA-256: c4ea6078fd41e4298fde2ecabb8a5d2e95febfa4a386b5295c013758faeae0b1
mod_ssl-2.2.15-9.el6.i686.rpm SHA-256: 06a91d7ef36ef5d5ac195793f7f503d52a89ef8ff9494c04f60ef631a364302a

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
httpd-2.2.15-9.el6.src.rpm SHA-256: 3aac0987130921c6409c5c9bf49662beb110662bcbc6d9f3ad191959de2cdf32
s390x
httpd-2.2.15-9.el6.s390x.rpm SHA-256: 7dfc0bc3758bfa0301282a1ce4f6d5c0c6b8e5974b827f53924f6fbfb37191b4
httpd-debuginfo-2.2.15-9.el6.s390.rpm SHA-256: eb959a8c817544db583e3df6f2a65646211cf9cf426658e9ea58a7fc5dac35bd
httpd-debuginfo-2.2.15-9.el6.s390x.rpm SHA-256: e91c8c7989e51c6e2b7cf905609442679c2788cb66a667c1e282564da10d2d78
httpd-devel-2.2.15-9.el6.s390.rpm SHA-256: b3b1680970d822acc6f141d546a4f7b633c33b1d6d1780f9c3eb2c917438e1c0
httpd-devel-2.2.15-9.el6.s390x.rpm SHA-256: 496378a5447d43221e5df1ed37b1026ff6a8eb6de5199541abcd35abaafcd127
httpd-manual-2.2.15-9.el6.noarch.rpm SHA-256: 4bc1d1461c28b9ab68dc55f782607eb7ce068353fac6cafbf75eca9fcf7fe996
httpd-tools-2.2.15-9.el6.s390x.rpm SHA-256: f7999f11b33f8fb1da8f52e7e202060af758beb2205808701282ba9ce42ea18f
mod_ssl-2.2.15-9.el6.s390x.rpm SHA-256: b6c9e53dcdb0c41c1c29248906017a30d0cd53eb53ca32680ca21b4ec9b50835

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
© 2026 Red Hat

Red Hat legal and privacy links

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