]> granicus.if.org Git - apache/commitdiff
Fix broken link
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 27 May 2016 20:25:04 +0000 (20:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 27 May 2016 20:25:04 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745810 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/reverse_proxy.xml

index b876eae819dfa9c870b61c6a4427f066ac36939b..ab4d36b96317ebb4a460055bd4e43e8fff1abcb4 100644 (file)
@@ -119,7 +119,7 @@ ProxyPassReverse "/images"  "http://www.example.com/"
       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
-      <directive module="mod_proxy">Proxy</directive> and
+      <directive module="mod_proxy" type="section">Proxy</directive> and
       <directive module="mod_proxy">BalancerMember</directive> directives as
       shown:
     </p>
@@ -240,7 +240,7 @@ ProxyPassReverse "/images/"  "balancer://myset/"
 
     <note type="warning"><title>Warning</title>
       <p>Do not enable the <em>balancer-manager</em> until you have <a
-      href="../../mod_proxy.html#access">secured your server</a>. In
+      href="../mod/mod_proxy.html#access">secured your server</a>. In
       particular, ensure that access to the URL is tightly
       restricted.</p>
     </note>