You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/01/23 19:01:11 UTC

svn commit: r126230 - /httpd/httpd/trunk/STATUS

Author: pquerna
Date: Sun Jan 23 10:01:10 2005
New Revision: 126230

URL: http://svn.apache.org/viewcvs?view=rev&rev=126230
Log:
Remove old statements about mod_proxy. It now supports both load balancing and persistent connections.

Modified:
   httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/STATUS?view=diff&rev=126230&p1=httpd/httpd/trunk/STATUS&r1=126229&p2=httpd/httpd/trunk/STATUS&r2=126230
==============================================================================
--- httpd/httpd/trunk/STATUS	(original)
+++ httpd/httpd/trunk/STATUS	Sun Jan 23 10:01:10 2005
@@ -445,17 +445,8 @@
       jumping through all the "safe" memcpy and memset hoops
 
 WISH LIST
-    * mod_proxy performance: when mod_proxy is configured to do proxy
-      gateway (aka reverse proxy), it would be nice to be able to reuse
-      connections to the backend servers. Now, connections to the 
-      backend servers are taken down when the corresponding frontend
-      connection is taken down.
-
     * mod_proxy: Ability to run SSL over proxy gateway connections,
       encrypting (or reencrypting) at the proxy.
-
-    * mod_proxy: Add capability of mod_proxy to load balance across
-      a farm of backend servers.
 
     * mod_cache: Handle ESI tags.