]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 27 May 2016 20:25:49 +0000 (20:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 27 May 2016 20:25:49 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745811 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/reverse_proxy.html.en

index f5d4cf767f8095bfe58f6e1106d834a1cb4345df..b22bba1bd33948345067a256dd7bb1bd711ae100 100644 (file)
@@ -119,7 +119,7 @@ ProxyPassReverse "/images"  "http://www.example.com/"</pre>
       requests and for the reverse proxy to load balance and failover among
       them. This group is sometimes called a <em>cluster</em> but Apache httpd's
       term is a <em>balancer</em>. One defines a balancer by leveraging the
-      <code class="directive"><a href="../mod/mod_proxy.html#proxy">Proxy</a></code> and
+      <code class="directive"><a href="../mod/mod_proxy.html#proxy">&lt;Proxy&gt;</a></code> and
       <code class="directive"><a href="../mod/mod_proxy.html#balancermember">BalancerMember</a></code> directives as
       shown:
     </p>
@@ -235,7 +235,7 @@ ProxyPassReverse "/images/"  "balancer://myset/"</pre>
 
 
     <div class="warning"><h3>Warning</h3>
-      <p>Do not enable the <em>balancer-manager</em> until you have <a href="../../mod_proxy.html#access">secured your server</a>. In
+      <p>Do not enable the <em>balancer-manager</em> until you have <a href="../mod/mod_proxy.html#access">secured your server</a>. In
       particular, ensure that access to the URL is tightly
       restricted.</p>
     </div>