From: Ruediger Pluem Date: Fri, 9 Jun 2023 11:24:45 +0000 (+0000) Subject: * Add proposal [skip ci] X-Git-Tag: 2.4.58-rc1-candidate~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb30cf2f13aab0f722b91850c55d3bd7c8caee71;p=thirdparty%2Fapache%2Fhttpd.git * Add proposal [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1910325 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cb9326bf181..18b63b4763e 100644 --- a/STATUS +++ b/STATUS @@ -273,6 +273,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1892450,1909966 ^/httpd/httpd/trunk . +1: jailletc36, + *) 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. + Trunk version of patch: + https://svn.apache.org/r1909400 + https://svn.apache.org/r1909401 + https://svn.apache.org/r1909402 + https://svn.apache.org/r1909451 + Backport version for 2.4.x of patch: + Trunk version of patch works + svn merge -c 1909400,1909401,1909402,1909451 ^/httpd/httpd/trunk . + +1: rpluem, + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]