diff options
author | Jim Jagielski <jim@apache.org> | 2006-07-12 21:31:58 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2006-07-12 21:31:58 +0200 |
commit | d0a241dcb07c19bb0dee47d9b1ccd57bdc302426 (patch) | |
tree | e14f4541a934f591264326a5e43fabc441022d42 /CHANGES | |
parent | The number of times elected as well as the i/o (diff) | |
download | apache2-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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>] |