diff options
author | Jim Jagielski <jim@apache.org> | 2005-09-19 13:04:29 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2005-09-19 13:04:29 +0000 |
commit | ef061d3bf9afd56549bd32f78b1f7db5000e73e1 (patch) | |
tree | f400294b5bc3365003597fae521fc4f0566fd3b1 /CHANGES | |
parent | 47e086bcd240503d8cc685ff4e5c3e13f7d69e76 (diff) | |
download | httpd-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-- | CHANGES | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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] |