From: Christophe Jaillet Date: Fri, 27 May 2016 20:22:07 +0000 (+0000) Subject: Fix broken link X-Git-Tag: 2.4.21~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a78306d92f54d3b55f81d69f7e20ffe01b889f1;p=thirdparty%2Fapache%2Fhttpd.git 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 5f45d40d092..ab4d36b9631 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 cluster but Apache httpd's term is a balancer. One defines a balancer by leveraging the - Proxy and + Proxy and BalancerMember directives as shown:

@@ -240,7 +240,7 @@ ProxyPassReverse "/images/" "balancer://myset/" Warning

Do not enable the balancer-manager until you have secured your server. In + href="../mod/mod_proxy.html#access">secured your server. In particular, ensure that access to the URL is tightly restricted.