diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2016-07-05 23:20:42 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2016-07-05 23:20:42 +0200 |
commit | d5ffc4eb85d71c901c85119cf873e343349e97e2 (patch) | |
tree | 564636012ef7538ed4d7096b83c994dbda76c9db /docs/manual/howto/reverse_proxy.html.en | |
parent | 48eddd3d39fa2668ee29198ebfb33c41d4738c21 (diff) | |
download | apache2-upstream.tar.gz |
Imported Upstream version 2.4.23upstream
Diffstat (limited to 'docs/manual/howto/reverse_proxy.html.en')
-rw-r--r-- | docs/manual/howto/reverse_proxy.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/howto/reverse_proxy.html.en b/docs/manual/howto/reverse_proxy.html.en index 12d1593f..ea76471f 100644 --- a/docs/manual/howto/reverse_proxy.html.en +++ b/docs/manual/howto/reverse_proxy.html.en @@ -63,7 +63,7 @@ <li><img alt="" src="../images/down.gif" /> <a href="#manager">Balancer Manager</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#health-check">Dynamic Health Checks</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#status">BalancerMember status flags</a></li> -</ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="related" id="related">Reverse Proxy</a></h2> @@ -119,7 +119,7 @@ ProxyPassReverse "/images" "http://www.example.com/"</pre> 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 - <code class="directive"><a href="../mod/mod_proxy.html#proxy">Proxy</a></code> and + <code class="directive"><a href="../mod/mod_proxy.html#proxy"><Proxy></a></code> and <code class="directive"><a href="../mod/mod_proxy.html#balancermember">BalancerMember</a></code> directives as shown: </p> @@ -235,7 +235,7 @@ ProxyPassReverse "/images/" "balancer://myset/"</pre> <div class="warning"><h3>Warning</h3> - <p>Do not enable the <em>balancer-manager</em> until you have <a href="mod_proxy.html#access">secured your server</a>. In + <p>Do not enable the <em>balancer-manager</em> until you have <a href="../mod/mod_proxy.html#access">secured your server</a>. In particular, ensure that access to the URL is tightly restricted.</p> </div> |