]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document re-impl to providers for mod_proxy_balancer lbmethods
authorJim Jagielski <jim@apache.org>
Mon, 19 Sep 2005 13:02:35 +0000 (13:02 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 19 Sep 2005 13:02:35 +0000 (13:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290144 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2d312edb0c851e765b99edaf9bf0e720de8d6a54..7a4c403e5b74b321cb74d1e0163f53bd24c1777c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                         -*- coding: utf-8 -*-
 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]