You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2006/01/06 02:33:49 UTC

svn commit: r366382 - /httpd/httpd/branches/2.2.x/STATUS

Author: jim
Date: Thu Jan  5 17:33:48 2006
New Revision: 366382

URL: http://svn.apache.org/viewcvs?rev=366382&view=rev
Log:
Note potential backport

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=366382&r1=366381&r2=366382&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Jan  5 17:33:48 2006
@@ -91,6 +91,10 @@
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * mod_proxy: Call ap_proxy_http_cleanup after ap_log_rerror
+      because it resets backend->hostname to NULL.
+      http://svn.apache.org/viewcvs.cgi?rev=366279&view=rev
+
     * mod_dbd: When threaded, create a private pool in child_init
       so we're not using the process pool later.  Also improve
       configuration defaults and merge function.