<div id="path">
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a> > <a href="./">How-To / Tutorials</a></div><div id="page-content"><div id="preamble"><h1>Reverse Proxy Guide</h1>
<div class="toplang">
-<p><span>Available Languages: </span><a href="../en/howto/reverse_proxy.html" title="English"> en </a></p>
+<p><span>Available Languages: </span><a href="../en/howto/reverse_proxy.html" title="English"> en </a> |
+<a href="../es/howto/reverse_proxy.html" hreflang="es" rel="alternate" title="Español"> es </a></p>
</div>
<p>In addition to being a "basic" web server, and providing static and
with the <code>+H</code> status flag, which puts it in <em>hot standby</em> mode,
and making the 2 <code>bkup#</code> servers part of the #1 load balancer set (the
default set is 0); for failover, hot standbys (if they exist) are used 1st, when all regular
- workers are unavailable; load balancer sets are always tried lowest number first.
+ workers are unavailable; load balancer sets with lowest number are always tried first.
</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
</table>
</div></div>
<div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/howto/reverse_proxy.html" title="English"> en </a></p>
+<p><span>Available Languages: </span><a href="../en/howto/reverse_proxy.html" title="English"> en </a> |
+<a href="../es/howto/reverse_proxy.html" hreflang="es" rel="alternate" title="Español"> es </a></p>
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
var comments_shortname = 'httpd';
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English revision: 1754775 -->
+<!-- English Revision: 1754775:1784674 (outdated) -->
<!-- Spanish translation : Daniel Ferradal -->
<!-- Reviewed by Luis Gil de Bernabé Pfeiffer -->
<variants>
<variant>en</variant>
- <variant>es</variant>
+ <variant outdated="yes">es</variant>
</variants>
</metafile>
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a> > <a href="./">SSL/TLS</a></div><div id="page-content"><div id="preamble"><h1>SSL/TLS Strong Encryption: Compatibility</h1>
<div class="toplang">
<p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html" title="English"> en </a> |
+<a href="../es/ssl/ssl_compat.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="../fr/ssl/ssl_compat.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p>
</div>
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html" title="English"> en </a> |
+<a href="../es/ssl/ssl_compat.html" hreflang="es" rel="alternate" title="Español"> es </a> |
<a href="../fr/ssl/ssl_compat.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p>
</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
<Location "/server-status">
SetHandler server-status
- Require 127.0.0.1
+ Require local
</Location>
access.log - GET /server-status 403 127.0.0.1
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1772763 -->
+<!-- English Revision: 1772763:1784912 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
<variants>
<variant>en</variant>
- <variant>fr</variant>
+ <variant outdated="yes">fr</variant>
</variants>
</metafile>