From: Christophe Jaillet Date: Fri, 27 May 2016 20:25:49 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~1565 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea33465a8f14222035cb0d0d5d98b32e06333e22;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745811 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/reverse_proxy.html.en b/docs/manual/howto/reverse_proxy.html.en index f5d4cf767f8..b22bba1bd33 100644 --- a/docs/manual/howto/reverse_proxy.html.en +++ b/docs/manual/howto/reverse_proxy.html.en @@ -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:

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

Warning

-

Do not enable the balancer-manager until you have secured your server. In +

Do not enable the balancer-manager until you have secured your server. In particular, ensure that access to the URL is tightly restricted.