You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2023/06/09 11:24:45 UTC

svn commit: r1910325 - /httpd/httpd/branches/2.4.x/STATUS

Author: rpluem
Date: Fri Jun  9 11:24:45 2023
New Revision: 1910325

URL: http://svn.apache.org/viewvc?rev=1910325&view=rev
Log:
* Add proposal [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1910325&r1=1910324&r2=1910325&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Jun  9 11:24:45 2023
@@ -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 ]