]> granicus.if.org Git - apache/commitdiff
Generated doc changes
authorMike Rumph <mrumph@apache.org>
Tue, 18 Aug 2015 18:48:34 +0000 (18:48 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 18 Aug 2015 18:48:34 +0000 (18:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696481 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
docs/manual/mod/mod_proxy.xml.meta

index b0dd888379af222a7b84376bc11d3cc5fa92b3d2..8abe679615612e6bc4240090c25ea01c5c8d3320 100644 (file)
@@ -978,7 +978,7 @@ through</td></tr>
     setting <code>Max-Forwards</code> if the Client didn't set it.
     Earlier Apache httpd versions would always set it.  A negative
     <code class="directive">ProxyMaxForwards</code> value, including the
-    default -1, gives you protocol-compliant behavior, but may
+    default -1, gives you protocol-compliant behavior but may
     leave you open to loops.</p>
 
 </div>
@@ -995,7 +995,7 @@ through</td></tr>
 </table>
     <p>This directive allows remote servers to be mapped into the
     space of the local server. The local server does not act as a
-    proxy in the conventional sense, but appears to be a mirror of the
+    proxy in the conventional sense but appears to be a mirror of the
     remote server. The local server is often called a <dfn>reverse
     proxy</dfn> or <dfn>gateway</dfn>. The <var>path</var> is the name of
     a local virtual path; <var>url</var> is a partial URL for the
@@ -1195,7 +1195,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. 
@@ -1716,7 +1716,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 acfeb62e7692f0c32501c5f486ae9b3fc902f808..169fd246b86c30551dac4f414f0bf0700cfae0a4 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: 1695913 -->
+<!-- English Revision: 1695913:1696480 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 1a4447b6b1e14122fdf7957989561da9bdab6254..913c7a39c856fee61f2b02bb3488586634e29733 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:1695913 (outdated) -->
+<!-- English Revision: 344971:1696480 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 38a79fdda73051e6f035124b21c4af3bff8e6129..f0185375d448127624a8715f7540d52668653323 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>