From: Jim Jagielski Date: Wed, 12 Jul 2006 19:31:58 +0000 (+0000) Subject: Guess I should document the mod_proxy_balancer changes X-Git-Tag: 2.3.0~2257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0a241dcb07c19bb0dee47d9b1ccd57bdc302426;p=apache Guess I should document the mod_proxy_balancer changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421383 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d46083b99a..80f867c038 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] + *) mod_proxy_balancer: Workers can now be defined as "hot standby" which + will only be used if all other workers are unusable (eg: in + error or disabled). Also, the balancer-manager displays the election + count and I/O counts of all workers. [Jim Jagielski] + *) core: Add the filename of the configuration file to the warning message about the useless use of AllowOverride. PR 39992. [Darryl Miles ]