diff --git a/httpd-2.4.46-proxy-ws-idle-timeout.patch b/httpd-2.4.46-proxy-ws-idle-timeout.patch index dd1e260..e9f9d40 100644 --- a/httpd-2.4.46-proxy-ws-idle-timeout.patch +++ b/httpd-2.4.46-proxy-ws-idle-timeout.patch @@ -20,7 +20,7 @@ index 7506ccb..8867578 100644
  • Comments
  • +
    top
    -+

    ProxyWebsocketIdleTimeout

    ProxyWebsocketIdleTimeout Directive

    + + + diff --git a/httpd.spec b/httpd.spec index 023bf24..31ee9bc 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.46 -Release: 12%{?dist} +Release: 13%{?dist} URL: https://httpd.apache.org/ Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc @@ -786,6 +786,9 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Thu Apr 22 2021 Lubos Uhliarik - 2.4.46-13 +- Resolves: #1952546 - mod_proxy_wstunnel.html is a malformed XML + * Fri Apr 16 2021 Mohan Boddu - 2.4.46-12 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
    Description:Sets the maximum amount of time to wait for data on the websockets tunnel
    Syntax:ProxyWebsocketIdleTimeout num[ms]