You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/03/01 11:37:05 UTC

svn commit: r1784913 - in /httpd/httpd/trunk/docs/manual: howto/reverse_proxy.html.en howto/reverse_proxy.xml.es howto/reverse_proxy.xml.meta ssl/ssl_compat.html.en upgrading.html.en upgrading.xml.fr upgrading.xml.meta

Author: elukey
Date: Wed Mar  1 11:37:04 2017
New Revision: 1784913

URL: http://svn.apache.org/viewvc?rev=1784913&view=rev
Log:
documentation rebuild

Modified:
    httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en
    httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.es
    httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.meta
    httpd/httpd/trunk/docs/manual/ssl/ssl_compat.html.en
    httpd/httpd/trunk/docs/manual/upgrading.html.en
    httpd/httpd/trunk/docs/manual/upgrading.xml.fr
    httpd/httpd/trunk/docs/manual/upgrading.xml.meta

Modified: httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en?rev=1784913&r1=1784912&r2=1784913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en (original)
+++ httpd/httpd/trunk/docs/manual/howto/reverse_proxy.html.en Wed Mar  1 11:37:04 2017
@@ -23,7 +23,8 @@
 <div id="path">
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <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">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/howto/reverse_proxy.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../es/howto/reverse_proxy.html" hreflang="es" rel="alternate" title="Espa�ol">&nbsp;es&nbsp;</a></p>
 </div>
 
     <p>In addition to being a "basic" web server, and providing static and
@@ -204,7 +205,7 @@ ProxyPassReverse "/images/"  "balancer:/
       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>
@@ -304,7 +305,8 @@ ProxyPassReverse "/images/"  "balancer:/
       </table>
   </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/howto/reverse_proxy.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/howto/reverse_proxy.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../es/howto/reverse_proxy.html" hreflang="es" rel="alternate" title="Espa�ol">&nbsp;es&nbsp;</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&amp;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';

Modified: httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.es?rev=1784913&r1=1784912&r2=1784913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.es [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.es [utf-8] Wed Mar  1 11:37:04 2017
@@ -1,7 +1,7 @@
 <?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 -->
 

Modified: httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.meta?rev=1784913&r1=1784912&r2=1784913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/howto/reverse_proxy.xml.meta Wed Mar  1 11:37:04 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
+    <variant outdated="yes">es</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_compat.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/ssl/ssl_compat.html.en?rev=1784913&r1=1784912&r2=1784913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/ssl/ssl_compat.html.en (original)
+++ httpd/httpd/trunk/docs/manual/ssl/ssl_compat.html.en Wed Mar  1 11:37:04 2017
@@ -24,6 +24,7 @@
 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <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">&nbsp;en&nbsp;</a> |
+<a href="../es/ssl/ssl_compat.html" hreflang="es" rel="alternate" title="Espa�ol">&nbsp;es&nbsp;</a> |
 <a href="../fr/ssl/ssl_compat.html" hreflang="fr" rel="alternate" title="Fran�ais">&nbsp;fr&nbsp;</a></p>
 </div>
 
@@ -220,6 +221,7 @@ are listed in <a href="#table3">Table 3<
 </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/ssl/ssl_compat.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../es/ssl/ssl_compat.html" hreflang="es" rel="alternate" title="Espa�ol">&nbsp;es&nbsp;</a> |
 <a href="../fr/ssl/ssl_compat.html" hreflang="fr" rel="alternate" title="Fran�ais">&nbsp;fr&nbsp;</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&amp;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[//><!--

Modified: httpd/httpd/trunk/docs/manual/upgrading.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.html.en?rev=1784913&r1=1784912&r2=1784913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/upgrading.html.en (original)
+++ httpd/httpd/trunk/docs/manual/upgrading.html.en Wed Mar  1 11:37:04 2017
@@ -187,7 +187,7 @@ Allow from example.org</pre>
 
 &lt;Location "/server-status"&gt;
     SetHandler server-status
-    Require 127.0.0.1
+    Require local
 &lt;/Location&gt;
 
 access.log - GET /server-status 403 127.0.0.1

Modified: httpd/httpd/trunk/docs/manual/upgrading.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.xml.fr?rev=1784913&r1=1784912&r2=1784913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/upgrading.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/upgrading.xml.fr [utf-8] Wed Mar  1 11:37:04 2017
@@ -3,7 +3,7 @@
 <?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

Modified: httpd/httpd/trunk/docs/manual/upgrading.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/upgrading.xml.meta?rev=1784913&r1=1784912&r2=1784913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/upgrading.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/upgrading.xml.meta Wed Mar  1 11:37:04 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>