]> granicus.if.org Git - apache/commitdiff
Minor visual improvement.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 10 May 2014 06:25:05 +0000 (06:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 10 May 2014 06:25:05 +0000 (06:25 +0000)
Remove useless link.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1593669 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_proxy.xml.meta

index 17ad78ec0da2bb5f380d25b7d8f6de48ba954cd5..5ef9fd8dbfe6cedbcc753c93e51a9cf2b9ddc196 100644 (file)
@@ -511,18 +511,19 @@ 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>var&gt; 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>
@@ -894,7 +895,7 @@ proxied resources</td></tr>
     (unnamed) backreferences are ignored. Use named groups instead.</p>
 
 <pre class="prettyprint lang-config">&lt;ProxyMatch ^http://(?&lt;sitename&gt;[^/]+)&gt;
-    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
+    Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 &lt;/ProxyMatch&gt;</pre>
 
 
index 6a460ccf203e3227770bc2b99b6079a77b366863..e312e99252d12bb916e8bda373da686471550197 100644 (file)
@@ -543,7 +543,7 @@ proxied resources</description>
 
 <highlight language="config">
 &lt;ProxyMatch ^http://(?&lt;sitename&gt;[^/]+)&gt;
-    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
+    Require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 &lt;/ProxyMatch&gt;
 </highlight>
 </usage>
@@ -746,19 +746,19 @@ 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>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>
 
index f0185375d448127624a8715f7540d52668653323..38a79fdda73051e6f035124b21c4af3bff8e6129 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>