From c8c7b7b386b432d5695753414ac08fcc6da9de56 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 10 May 2014 11:28:10 +0000 Subject: [PATCH] Minor visual improvement. Remove useless link. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1593687 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 6 +++--- docs/manual/mod/mod_proxy.xml | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index b641b0f0cb..8413463c51 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -525,18 +525,18 @@ ProxyPass /examples http://backend.example.com/examples timeout=10 within a <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.

top
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index fbe51bf2e0..20dcf2b690 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 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.

-- 2.40.0