]> granicus.if.org Git - apache/commitdiff
Document mod_proxy work... userland changes
authorJim Jagielski <jim@apache.org>
Wed, 23 Feb 2011 13:41:38 +0000 (13:41 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 23 Feb 2011 13:41:38 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073741 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1661601777759c6cfdacfebe3116dc3f200df9a5..0d5c6a997c45739fa1f43f6b6e2b73bb6e6f3d08 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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 <coad@measurement-factory.com>]