]> granicus.if.org Git - apache/commitdiff
Guess I should document the mod_proxy_balancer changes
authorJim Jagielski <jim@apache.org>
Wed, 12 Jul 2006 19:31:58 +0000 (19:31 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 12 Jul 2006 19:31:58 +0000 (19:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421383 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d46083b99a01d8c11d17a4e1de70f33687890d78..80f867c03819345b40f9824e1b597e9ef31f4998 100644 (file)
--- 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>]