From: Jim Jagielski Date: Wed, 23 Feb 2011 13:41:38 +0000 (+0000) Subject: Document mod_proxy work... userland changes X-Git-Tag: 2.3.11~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29108b1e22851b3ed5335513a24b6f221474e825;p=apache Document mod_proxy work... userland changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073741 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1661601777..0d5c6a997c 100644 --- 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 ]