From: Christophe Jaillet <jailletc36@apache.org> Date: Fri, 27 May 2016 20:22:07 +0000 (+0000) Subject: Fix broken link X-Git-Tag: 2.4.21~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a78306d92f54d3b55f81d69f7e20ffe01b889f1;p=apache Fix broken link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745808 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/reverse_proxy.xml b/docs/manual/howto/reverse_proxy.xml index 5f45d40d09..ab4d36b963 100644 --- a/docs/manual/howto/reverse_proxy.xml +++ b/docs/manual/howto/reverse_proxy.xml @@ -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>