]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Generated doc changes
authorMike Rumph <mrumph@apache.org>
Tue, 18 Aug 2015 19:00:47 +0000 (19:00 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 18 Aug 2015 19:00:47 +0000 (19:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696483 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mod_proxy.xml.ja

index 15efca9964523445aad7e07f3c53edd1eca1eb97..8f0572c28320f908230299c9a11eedd80838dbce 100644 (file)
@@ -1161,7 +1161,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com"</pre>
     <tr><td>keepalive</td>
         <td>Off</td>
         <td><p>This parameter should be used when you have a firewall between your
-    Apache httpd and the backend server, which tend to drop inactive connections.
+    Apache httpd and the backend server, which tends to drop inactive connections.
     This flag will tell the Operating System to send <code>KEEP_ALIVE</code>
     messages on inactive connections and thus prevent the firewall from dropping
     the connection.
@@ -1683,7 +1683,7 @@ request</td></tr>
 context in 2.3.3 and later.</td></tr>
 </table>
     <p>When enabled, this option will pass the Host: line from the incoming
-    request to the proxied host instead of the hostname specified in the
+    request to the proxied host, instead of the hostname specified in the
     <code class="directive"><a href="#proxypass">ProxyPass</a></code> line.</p>
 
     <p>This option should normally be turned <code>Off</code>. It is mostly
index f865c07b237259f44f88085ac7f3db86c6093033..4122492fff09b1b1bcd418cf8957b0b31b640d2a 100644 (file)
@@ -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: 1690350:1696329 (outdated) -->
+<!-- English Revision: 1690350:1696482 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 0ea4d906a182cba5c0d55f4775cece387ae9acce..c7e3f2fc0f33634f7d011b58e9ef2bf39e439386 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 344971:1696329 (outdated) -->
+<!-- English Revision: 344971:1696482 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more