From 1a78306d92f54d3b55f81d69f7e20ffe01b889f1 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Fri, 27 May 2016 20:22:07 +0000
Subject: [PATCH] Fix broken link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745808 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 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.
--
2.47.2