summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2005-09-19 13:04:29 +0000
committerJim Jagielski <jim@apache.org>2005-09-19 13:04:29 +0000
commitef061d3bf9afd56549bd32f78b1f7db5000e73e1 (patch)
treef400294b5bc3365003597fae521fc4f0566fd3b1 /CHANGES
parent47e086bcd240503d8cc685ff4e5c3e13f7d69e76 (diff)
downloadhttpd-ef061d3bf9afd56549bd32f78b1f7db5000e73e1.tar.gz
Backported to the 2.1.8/2.2.x tree
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index c69764e59f..16c755cf5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,9 +7,6 @@ Changes with Apache 2.3.0
*) Fix mod_dbd's config [Brian J. France <list firehawksystems.com>]
- *) New provider function to list all available provider names in a
- specific group and version (ap_list_provider_names). [Jim Jagielski]
-
*) httpd.exe/apachectl -V: display the DYNAMIC_MODULE_LIMIT setting, as
in 1.3. [Jeff Trawick]
@@ -42,6 +39,13 @@ Changes with Apache 2.3.0
Changes with Apache 2.1.8
+ *) mod_proxy/mod_proxy_balancer: lbmethods now implemented as
+ providers. Prevent problems when no Vhost containers were
+ configured with proxy balancers. [Jim Jagielski]
+
+ *) New provider function to list all available provider names in a
+ specific group and version (ap_list_provider_names). [Jim Jagielski]
+
*) mod_cache: Enhance CacheEnable/CacheDisable to control caching on a
per-protocol, per-host and per-path basis. Intended for proxy
configurations. [Colm MacCarthaigh]