]> granicus.if.org Git - apache/commitdiff
Minor visual improvement.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 10 May 2014 11:28:10 +0000 (11:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 10 May 2014 11:28:10 +0000 (11:28 +0000)
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
docs/manual/mod/mod_proxy.xml

index b641b0f0cbe3868bbd479d49a76ec534a39942fc..8413463c51dbc951b8fdd9610f46eb5f64d34ddd 100644 (file)
@@ -525,18 +525,18 @@ ProxyPass /examples http://backend.example.com/examples timeout=10</pre>
             within a <code>&lt;Proxy <var>balancer://</var>...&gt;</code> container
             directive, and can take any of the key value pair parameters available to
             <code class="directive"><a href="#proxypass">ProxyPass</a></code> directives.</p>
-        <p>One additional parameter is available only to <code class="directive"><a href="#balancermember">BalancerMember</a></code> directives:
+        <p>One additional parameter is available only to <code class="directive">BalancerMember</code> directives:
             <var>loadfactor</var>. 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.</p>
-        <p>The balancerurl is only needed when not in <code>&lt;Proxy <var>balancer://</var>...&gt;</code>
+        <p>The <var>balancerurl</var> is only needed when not in <code>&lt;Proxy <var>balancer://</var>...&gt;</code>
             container directive. It corresponds to the url of a balancer defined in
             <code class="directive"><a href="#proxypass">ProxyPass</a></code> directive.</p>
         <p>The path component of the balancer URL in any
             <code>&lt;Proxy <var>balancer://</var>...&gt;</code> container directive
             is ignored.</p>
         <p>Trailing slashes should typically be removed from the URL of a
-            <code>BalancerMember</code>.</p>
+            <code class="directive">BalancerMember</code>.</p>
     
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index fbe51bf2e0861ef0e83439593084b109fcbf5cc1..20dcf2b6905c7cc81719454080f1081e6fbe4b03 100644 (file)
@@ -762,19 +762,18 @@ expressions</description>
             within a <code>&lt;Proxy <var>balancer://</var>...&gt;</code> container
             directive, and can take any of the key value pair parameters available to
             <directive module="mod_proxy">ProxyPass</directive> directives.</p>
-        <p>One additional parameter is available only to <directive
-            module="mod_proxy">BalancerMember</directive> directives:
+        <p>One additional parameter is available only to <directive>BalancerMember</directive> directives:
             <var>loadfactor</var>. 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.</p>
-        <p>The balancerurl is only needed when not in <code>&lt;Proxy <var>balancer://</var>...&gt;</code>
+        <p>The <var>balancerurl</var> is only needed when not in <code>&lt;Proxy <var>balancer://</var>...&gt;</code>
             container directive. It corresponds to the url of a balancer defined in
             <directive module="mod_proxy">ProxyPass</directive> directive.</p>
         <p>The path component of the balancer URL in any
             <code>&lt;Proxy <var>balancer://</var>...&gt;</code> container directive
             is ignored.</p>
         <p>Trailing slashes should typically be removed from the URL of a
-            <code>BalancerMember</code>.</p>
+            <directive>BalancerMember</directive>.</p>
     </usage>
 </directivesynopsis>