summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-09-19 15:34:12 +0200
committerRich Bowen <rbowen@apache.org>2011-09-19 15:34:12 +0200
commit14afd62f31feb69c5cdc8465696b2e9a6a248444 (patch)
tree414bdaf4479a912993a7e6c4a7ce73ddd7263d36 /docs/manual
parentStyle cleanup (diff)
downloadapache2-14afd62f31feb69c5cdc8465696b2e9a6a248444.tar.xz
apache2-14afd62f31feb69c5cdc8465696b2e9a6a248444.zip
Removes the promise if more documentation to come. These docs are
probably sufficient as is. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_lbmethod_bybusyness.xml4
-rw-r--r--docs/manual/mod/mod_lbmethod_byrequests.xml4
-rw-r--r--docs/manual/mod/mod_lbmethod_bytraffic.xml4
3 files changed, 9 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_lbmethod_bybusyness.xml b/docs/manual/mod/mod_lbmethod_bybusyness.xml
index 0b3b05a684..67cc9399a0 100644
--- a/docs/manual/mod/mod_lbmethod_bybusyness.xml
+++ b/docs/manual/mod/mod_lbmethod_bybusyness.xml
@@ -31,7 +31,9 @@
<compatibility>Split off from <module>mod_proxy_balancer</module> in 2.3</compatibility>
<summary>
-<!-- FIXME: --> <p>This document is still under development.</p>
+<p>This module does not provide any configuration directives of its own.
+It requires the services of <module>mod_proxy_balancer</module>, and
+provides the <code>bybusyness</code> load balancing method..</p>
</summary>
<seealso><module>mod_proxy</module></seealso>
<seealso><module>mod_proxy_balancer</module></seealso>
diff --git a/docs/manual/mod/mod_lbmethod_byrequests.xml b/docs/manual/mod/mod_lbmethod_byrequests.xml
index 28a91c24f6..10cb7f806e 100644
--- a/docs/manual/mod/mod_lbmethod_byrequests.xml
+++ b/docs/manual/mod/mod_lbmethod_byrequests.xml
@@ -31,7 +31,9 @@
<compatibility>Split off from <module>mod_proxy_balancer</module> in 2.3</compatibility>
<summary>
-<!-- FIXME: --> <p>This document is still under development.</p>
+<p>This module does not provide any configuration directives of its own.
+It requires the services of <module>mod_proxy_balancer</module>, and
+provides the <code>byrequests</code> load balancing method..</p>
</summary>
<seealso><module>mod_proxy</module></seealso>
<seealso><module>mod_proxy_balancer</module></seealso>
diff --git a/docs/manual/mod/mod_lbmethod_bytraffic.xml b/docs/manual/mod/mod_lbmethod_bytraffic.xml
index f64daf650d..d4a0302484 100644
--- a/docs/manual/mod/mod_lbmethod_bytraffic.xml
+++ b/docs/manual/mod/mod_lbmethod_bytraffic.xml
@@ -31,7 +31,9 @@
<compatibility>Split off from <module>mod_proxy_balancer</module> in 2.3</compatibility>
<summary>
-<!-- FIXME: --> <p>This document is still under development.</p>
+<p>This module does not provide any configuration directives of its own.
+It requires the services of <module>mod_proxy_balancer</module>, and
+provides the <code>bytraffic</code> load balancing method..</p>
</summary>
<seealso><module>mod_proxy</module></seealso>
<seealso><module>mod_proxy_balancer</module></seealso>