You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/07/18 21:02:09 UTC

svn commit: r1802339 - in /httpd/httpd/branches/2.4.x/docs/manual: howto/ mod/

Author: jim
Date: Tue Jul 18 21:02:08 2017
New Revision: 1802339

URL: http://svn.apache.org/viewvc?rev=1802339&view=rev
Log:
update xforms

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.en
    httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.es
    httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.es
    httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.meta

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.en?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.en Tue Jul 18 21:02:08 2017
@@ -164,7 +164,7 @@ Require not host gov</pre>
     on arbitrary criteria.</p>
 
     <p>For example, if you wish to block access to a resource between 8pm
-    and 6am, you can do this using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
+    and 7am, you can do this using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>.</p>
 
     <pre class="prettyprint lang-config">RewriteEngine On
 RewriteCond "%{TIME_HOUR}" "&gt;=20" [OR]

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.es?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.es (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.es Tue Jul 18 21:02:08 2017
@@ -27,6 +27,10 @@
 <a href="../es/howto/access.html" title="Español">&nbsp;es&nbsp;</a> |
 <a href="../fr/howto/access.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Esta traducción podría estar
+            obsoleta. Consulte la versión en inglés de la
+            documentación para comprobar si se han producido cambios
+            recientemente.</div>
 
     <p>El control de acceso, hace referencia a todos los medios que proporcionan
     	una forma de controlar el acceso a cualquier recurso. Esta parte está

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.html.fr Tue Jul 18 21:02:08 2017
@@ -27,6 +27,8 @@
 <a href="../es/howto/access.html" hreflang="es" rel="alternate" title="Español">&nbsp;es&nbsp;</a> |
 <a href="../fr/howto/access.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p>Le contrôle d'accès fait référence à tout concept de contrôle
     d'accès à une ressource quelconque. Il est distinct du processus d'<a href="auth.html">authentification et d'autorisation</a>.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.es?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.es [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.es [utf-8] Tue Jul 18 21:02:08 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: 1734357 -->
+<!-- English Revision: 1734357:1802328 (outdated) -->
 <!-- Updated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
 <!-- Reviewed by Sergio Ramos -->
 <!--

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.fr?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.fr [utf-8] Tue Jul 18 21:02:08 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.en.xsl"?>
-<!-- English Revision: 1734357 -->
+<!-- English Revision: 1734357:1802328 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/access.xml.meta Tue Jul 18 21:02:08 2017
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">es</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.en Tue Jul 18 21:02:08 2017
@@ -103,8 +103,7 @@
     path for the PHP-FPM daemon to run. In this case, PHP-FPM is listening on
     a unix domain socket (UDS).  Requires 2.4.9 or later. With this syntax,
     the hostname and optional port following fcgi:// are ignored.</p>
-    <div class="example"><h3>PHP-FPM with UDS</h3><pre class="prettyprint lang-config"># UDS does not currently support connection reuse
-ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"</pre>
+    <div class="example"><h3>PHP-FPM with UDS</h3><pre class="prettyprint lang-config">ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"</pre>
 </div>
 
     <p>The balanced gateway needs <code class="module"><a href="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code> and

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.fr?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.html.fr Tue Jul 18 21:02:08 2017
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_proxy_fcgi.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_proxy_fcgi.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Module fournissant le support de FastCGI à
 <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.fr?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.fr [utf-8] Tue Jul 18 21:02:08 2017
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1788445 -->
+<!-- English Revision: 1788445:1802337 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.meta?rev=1802339&r1=1802338&r2=1802339&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_fcgi.xml.meta Tue Jul 18 21:02:08 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>