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 RHBA-2018:2767 - Bug Fix Advisory
Issued:
2018-09-25
Updated:
2018-09-25

RHBA-2018:2767 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

mod_wsgi bug fix update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated mod_wsgi packages that fix one bug are now available for Red Hat Enterprise Linux 7.

Description

The mod_wsgi adapter is an Apache module that provides a WSGI-compliant interface for hosting Python-based web applications within Apache.

This update fixes the following bug:

  • Previously, the mod_wsgi adapter was mapping any HEAD request to a GET request. As a consequence, applications served different content for the HEAD and GET requests. This update adds the WSGIMapHEADToGET directive to fix the unexpected behavior of applications. Note that the directive can be set to "Auto" (default), "On" to always map a HEAD to GET request even if no output filters are detected, or "Off" to always preserve the original request method type. As a result, users can set WSGIMapHEADToGET accordingly, and the described problem no longer occurs. (BZ#1623666)

Users of mod_wsgi are advised to upgrade to these updated packages, which fix this bug.

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 Enterprise Linux Server 7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.6 x86_64
  • Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.5 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.7 x86_64
  • Red Hat Enterprise Linux Server - AUS 7.6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64
  • Red Hat Enterprise Linux Workstation 7 x86_64
  • Red Hat Enterprise Linux Desktop 7 x86_64
  • Red Hat Enterprise Linux for IBM z Systems 7 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.7 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.6 s390x
  • Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.5 s390x
  • Red Hat Enterprise Linux for Power, big endian 7 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.7 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.6 ppc64
  • Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.5 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 7 x86_64
  • Red Hat Enterprise Linux for Power, little endian 7 ppc64le
  • Red Hat Enterprise Linux for Power, little endian - Extended Update Support 7.7 ppc64le
  • Red Hat Enterprise Linux for Power, little endian - Extended Update Support 7.6 ppc64le
  • Red Hat Enterprise Linux for Power, little endian - Extended Update Support 7.5 ppc64le
  • Red Hat Enterprise Linux Server - TUS 7.7 x86_64
  • Red Hat Enterprise Linux Server - TUS 7.6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x
  • Red Hat Enterprise Linux for ARM 64 7 aarch64
  • Red Hat Enterprise Linux for Power 9 7 ppc64le
  • Red Hat Enterprise Linux EUS Compute Node 7.7 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.6 x86_64
  • Red Hat Enterprise Linux EUS Compute Node 7.5 x86_64
  • Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 7.7 ppc64le
  • Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 7.6 ppc64le
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.7 x86_64
  • Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.6 x86_64
  • Red Hat Enterprise Linux for IBM System z (Structure A) 7 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le

Fixes

  • BZ - 1623666 - mod_wsgi forces HEAD to GET [rhel-7.5.z]

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 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux for x86_64 - Extended Update Support 7.5

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux Server - AUS 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux Server - AUS 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux Server - Extended Life Cycle Support 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux Workstation 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux Desktop 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux for IBM z Systems 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
s390x
mod_wsgi-3.4-13.el7_5.1.s390x.rpm SHA-256: e091422cb284fc030b2417f1a4eb09f1f355e2832f51b51025fc2faf1d44450c
mod_wsgi-debuginfo-3.4-13.el7_5.1.s390x.rpm SHA-256: fcc54c5001ebf4a83a1d6a5b0c288e413814b3a301c645dce280df3f0a9036c6

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
s390x
mod_wsgi-3.4-13.el7_5.1.s390x.rpm SHA-256: e091422cb284fc030b2417f1a4eb09f1f355e2832f51b51025fc2faf1d44450c
mod_wsgi-debuginfo-3.4-13.el7_5.1.s390x.rpm SHA-256: fcc54c5001ebf4a83a1d6a5b0c288e413814b3a301c645dce280df3f0a9036c6

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
s390x
mod_wsgi-3.4-13.el7_5.1.s390x.rpm SHA-256: e091422cb284fc030b2417f1a4eb09f1f355e2832f51b51025fc2faf1d44450c
mod_wsgi-debuginfo-3.4-13.el7_5.1.s390x.rpm SHA-256: fcc54c5001ebf4a83a1d6a5b0c288e413814b3a301c645dce280df3f0a9036c6

Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 7.5

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
s390x
mod_wsgi-3.4-13.el7_5.1.s390x.rpm SHA-256: e091422cb284fc030b2417f1a4eb09f1f355e2832f51b51025fc2faf1d44450c
mod_wsgi-debuginfo-3.4-13.el7_5.1.s390x.rpm SHA-256: fcc54c5001ebf4a83a1d6a5b0c288e413814b3a301c645dce280df3f0a9036c6

Red Hat Enterprise Linux for Power, big endian 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64
mod_wsgi-3.4-13.el7_5.1.ppc64.rpm SHA-256: b65e7720649d682cff6ada2bc7b15f97cec99da2dd5264d5fe2392df8788bd3e
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64.rpm SHA-256: 1a672d281fa9ad7fbf72be40252fc7e26c21380362d349edbe779bc1fbc05c59

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64
mod_wsgi-3.4-13.el7_5.1.ppc64.rpm SHA-256: b65e7720649d682cff6ada2bc7b15f97cec99da2dd5264d5fe2392df8788bd3e
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64.rpm SHA-256: 1a672d281fa9ad7fbf72be40252fc7e26c21380362d349edbe779bc1fbc05c59

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64
mod_wsgi-3.4-13.el7_5.1.ppc64.rpm SHA-256: b65e7720649d682cff6ada2bc7b15f97cec99da2dd5264d5fe2392df8788bd3e
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64.rpm SHA-256: 1a672d281fa9ad7fbf72be40252fc7e26c21380362d349edbe779bc1fbc05c59

Red Hat Enterprise Linux for Power, big endian - Extended Update Support 7.5

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64
mod_wsgi-3.4-13.el7_5.1.ppc64.rpm SHA-256: b65e7720649d682cff6ada2bc7b15f97cec99da2dd5264d5fe2392df8788bd3e
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64.rpm SHA-256: 1a672d281fa9ad7fbf72be40252fc7e26c21380362d349edbe779bc1fbc05c59

Red Hat Enterprise Linux for Scientific Computing 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux for Power, little endian 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

Red Hat Enterprise Linux for Power, little endian - Extended Update Support 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

Red Hat Enterprise Linux for Power, little endian - Extended Update Support 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

Red Hat Enterprise Linux for Power, little endian - Extended Update Support 7.5

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

Red Hat Enterprise Linux Server - TUS 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux Server - TUS 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

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

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
s390x
mod_wsgi-3.4-13.el7_5.1.s390x.rpm SHA-256: e091422cb284fc030b2417f1a4eb09f1f355e2832f51b51025fc2faf1d44450c
mod_wsgi-debuginfo-3.4-13.el7_5.1.s390x.rpm SHA-256: fcc54c5001ebf4a83a1d6a5b0c288e413814b3a301c645dce280df3f0a9036c6

Red Hat Enterprise Linux for ARM 64 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
aarch64
mod_wsgi-3.4-13.el7_5.1.aarch64.rpm SHA-256: 17049060566af20253e8427b137ff7986715e4316e59f368227d547348965d27
mod_wsgi-debuginfo-3.4-13.el7_5.1.aarch64.rpm SHA-256: 3ff248b7ddb2507b991549a74158d6d2080cd72944a8856f2c390eca64010690

Red Hat Enterprise Linux for Power 9 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

Red Hat Enterprise Linux EUS Compute Node 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux EUS Compute Node 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux EUS Compute Node 7.5

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 7.6

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
x86_64
mod_wsgi-3.4-13.el7_5.1.x86_64.rpm SHA-256: 735f048adacb3bb181ef0262e124772bf1af5d056651f2824071f437ca8a5a22
mod_wsgi-debuginfo-3.4-13.el7_5.1.x86_64.rpm SHA-256: 9e4798bb69802d4bc90db586c3b35274757dbebf60bccb2772c2e3128ad6b322

Red Hat Enterprise Linux for IBM System z (Structure A) 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
s390x
mod_wsgi-3.4-13.el7_5.1.s390x.rpm SHA-256: e091422cb284fc030b2417f1a4eb09f1f355e2832f51b51025fc2faf1d44450c
mod_wsgi-debuginfo-3.4-13.el7_5.1.s390x.rpm SHA-256: fcc54c5001ebf4a83a1d6a5b0c288e413814b3a301c645dce280df3f0a9036c6

Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64
mod_wsgi-3.4-13.el7_5.1.ppc64.rpm SHA-256: b65e7720649d682cff6ada2bc7b15f97cec99da2dd5264d5fe2392df8788bd3e
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64.rpm SHA-256: 1a672d281fa9ad7fbf72be40252fc7e26c21380362d349edbe779bc1fbc05c59

Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7

SRPM
mod_wsgi-3.4-13.el7_5.1.src.rpm SHA-256: 2ba04ab4facd891a8bd7442b7f68e88386323e6e205b0f365cef58a1587d275f
ppc64le
mod_wsgi-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 3a845a4ad647a741475901357ede744abba4e53ef7650291a00afce0f546d830
mod_wsgi-debuginfo-3.4-13.el7_5.1.ppc64le.rpm SHA-256: 46ff4a701d14a4890cc904eae015117fb07faa508ed66d6dab0317ae11194a2f

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