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 2011/02/23 14:41:38 UTC

svn commit: r1073741 - /httpd/httpd/trunk/CHANGES

Author: jim
Date: Wed Feb 23 13:41:38 2011
New Revision: 1073741

URL: http://svn.apache.org/viewvc?rev=1073741&view=rev
Log:
Document mod_proxy work... userland changes

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1073741&r1=1073740&r2=1073741&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Feb 23 13:41:38 2011
@@ -2,6 +2,9 @@
 
 Changes with Apache 2.3.11
 
+  *) mod_proxy: balancer-manager now uses POST instead of GET.
+     [Jim Jagielski]
+
   *) core: new util function: ap_parse_form_data(). Previously,
      this capability was tucked away in mod_request. [Jim Jagielski]
 
@@ -20,6 +23,12 @@ Changes with Apache 2.3.11
      and if the server is started for testing/config dumping only.
      [Stefan Fritsch]
 
+  *) mod_proxy: Runtime configuration of many parameters for existing
+     balancers via the balancer-manager. [Jim Jagielski]
+
+  *) mod_proxy: Runtime addition of new workers (BalancerMember) for existing
+     balancers via the balancer-manager. [Jim Jagielski]
+
   *) mod_cache: When a bad Expires date is present, we need to behave as if
      the Expires is in the past, not as if the Expires is missing. PR 16521.
      [Co-Advisor <co...@measurement-factory.com>]