From 643ef79c690780ba6ac73034f70b19d71f42c5e7 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 27 May 2016 20:25:04 +0000 Subject: [PATCH] Fix broken link git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745810 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/reverse_proxy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/howto/reverse_proxy.xml b/docs/manual/howto/reverse_proxy.xml index b876eae819..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 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.

-- 2.40.0