From b26f2fe1580dc79ab6e4a30abfcc7c3359ad8a2b Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sun, 23 Jan 2005 18:01:10 +0000 Subject: [PATCH] Remove old statements about mod_proxy. It now supports both load balancing and persistent connections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126230 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 9 --------- 1 file changed, 9 deletions(-) diff --git a/STATUS b/STATUS index 104fd44a67f..2d2cc331c1a 100644 --- a/STATUS +++ b/STATUS @@ -445,18 +445,9 @@ TODO ISSUES REMAINING IN MOD_SSL: 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. * mod_cache: Resolve issue of how to cache page fragements (or perhaps -- 2.47.3