From 3dae2c75eae954a06f972a0dffc27677fc4cf6c1 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet <Proxy balancer://...> container
directive, and can take any of the key value pair parameters available to
ProxyPass directives.
One additional parameter is available only to BalancerMember directives:
+
One additional parameter is available only to BalancerMember directives:
loadfactor. This is the member load factor - a number between 1
(default) and 100, which defines the weighted load to be applied to the
member in question.
The balancerurl is only needed when not in <Proxy balancer://...>
+
The balancerurl is only needed when not in <Proxy balancer://...>
container directive. It corresponds to the url of a balancer defined in
ProxyPass directive.
The path component of the balancer URL in any
<Proxy balancer://...> container directive
is ignored.
Trailing slashes should typically be removed from the URL of a
- BalancerMember.
BalancerMember.
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index fbe51bf2e08..20dcf2b6905 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -762,19 +762,18 @@ expressions
within a <Proxy balancer://...> container
directive, and can take any of the key value pair parameters available to
One additional parameter is available only to
One additional parameter is available only to
The balancerurl is only needed when not in <Proxy balancer://...>
+
The balancerurl is only needed when not in <Proxy balancer://...>
container directive. It corresponds to the url of a balancer defined in
The path component of the balancer URL in any
<Proxy balancer://...> container directive
is ignored.
Trailing slashes should typically be removed from the URL of a
- BalancerMember.