From: Ruediger Pluem Date: Mon, 30 Oct 2023 16:04:09 +0000 (+0000) Subject: * Update proposal [skip ci] X-Git-Tag: 2.4.59-rc1-candidate~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f69bf2ea2e0f0c1d7302a395a65a39e6e280c3;p=thirdparty%2Fapache%2Fhttpd.git * Update proposal [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4fe0cd217e6..c735335121a 100644 --- a/STATUS +++ b/STATUS @@ -173,20 +173,31 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: jailletc36: r1745033 seems related and should in included minfrin: r1745033 is now included - *) mod_proxy: If we fail to connect to all looked up IP's from the worker - lookup cache it might be caused by a change on DNS side. Try another - DNS lookup in this case and in case this causes a successful connection - trigger a refresh of the worker lookup cache. + *) mod_proxy: Allow to set a TTL for how long DNS resolutions to backend + systems are cached. + In order to solve merge conflicts this proposal also backports: + + mod_proxy: Add optional third argument for ProxyRemote, which + configures Basic authentication credentials to pass to the remote + proxy. PR 37355. (r1881790) + + mod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch when + some dollar substitution (backreference) happens in the hostname or port + part of the URL. (r1904513) + Trunk version of patch: + https://svn.apache.org/r1881790 + https://svn.apache.org/r1904513 https://svn.apache.org/r1909400 https://svn.apache.org/r1909401 https://svn.apache.org/r1909402 https://svn.apache.org/r1909451 + https://svn.apache.org/r1912459 + https://svn.apache.org/r1913432 Backport version for 2.4.x of patch: - Trunk version of patch works - svn merge -c 1909400,1909401,1909402,1909451 ^/httpd/httpd/trunk . + https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/390.diff + Can be applied via apply_backport_pr.sh 390 +1: rpluem, - ylavic: see https://lists.apache.org/thread/jftfd6mo6p3b0tw694rlh09gdl7189hq *) mod_proxy: prevent bad busy values and problems with bybusyness Trunk version of patch: