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 2006/04/02 14:08:44 UTC

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

Author: rpluem
Date: Sun Apr  2 05:08:43 2006
New Revision: 390812

URL: http://svn.apache.org/viewcvs?rev=390812&view=rev
Log:
* Propose r379237 for backport. Without this patch SSL backends of a proxy
  do not work any longer.

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=390812&r1=390811&r2=390812&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sun Apr  2 05:08:43 2006
@@ -90,3 +90,13 @@
       -1 bnicholes - The authorization refactoring that was done is for 2.3 and above.
                      This can not be backported to 2.2.
 
+    * mod_proxy_http: Disable persistent connections for SSL backends as we do
+      not handle them correctly, because we recreate backend->connection for
+      each request and thus try to initialize an already existing SSL
+      connection.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs?rev=379237&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1 rpluem
+