summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2006-07-12 21:31:58 +0200
committerJim Jagielski <jim@apache.org>2006-07-12 21:31:58 +0200
commitd0a241dcb07c19bb0dee47d9b1ccd57bdc302426 (patch)
treee14f4541a934f591264326a5e43fabc441022d42 /CHANGES
parentThe number of times elected as well as the i/o (diff)
downloadapache2-d0a241dcb07c19bb0dee47d9b1ccd57bdc302426.tar.xz
apache2-d0a241dcb07c19bb0dee47d9b1ccd57bdc302426.zip
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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 <darryl darrylmiles.org>]