diff options
author | Jim Jagielski <jim@apache.org> | 2011-01-13 17:59:44 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-01-13 17:59:44 +0100 |
commit | 0d3fd825387e4da39f31d3b063bb6298877bb6de (patch) | |
tree | 8a8fb8df8da4adbb386c6047d32b3dffc2d266b9 /CHANGES | |
parent | Rebuild transformations. (diff) | |
download | apache2-0d3fd825387e4da39f31d3b063bb6298877bb6de.tar.xz apache2-0d3fd825387e4da39f31d3b063bb6298877bb6de.zip |
It's a change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058660 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.11 + *) mod_proxy: Refactor usage of shared data by dropping the scoreboard + and using slotmem. Create foundation for dynamic growth/changes of + members within a balancer. Remove BalancerNonce in favor of a + per-balancer 'nonce' parameter. [Jim Jagielski] + *) mod_status: Don't show slots which are disabled by MaxClients as open. PR: 47022 [Jordi Prats <jordi prats gmail com>, Stefan Fritsch] |