]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod-proxy documentation rebuild
authorLuca Toscano <elukey@apache.org>
Sun, 16 Jul 2017 16:05:07 +0000 (16:05 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 16 Jul 2017 16:05:07 +0000 (16:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1802076 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 ea4fed2fe52c14e481800ba5aa899803e3bb2d19..c85ae87cac7d9a8f306c7c490ee1da0a44506b75 100644 (file)
@@ -1217,7 +1217,7 @@ ProxyPass "/mirror/foo"   "http://backend.example.com"</pre>
         only when needed; 'on' means after each chunk is sent; and
         'auto' means poll/wait for a period of time and flush if
         no input has been received for 'flushwait' milliseconds.
-        Currently, this is in effect only for AJP.
+        Currently, this is in effect only for mod_proxy_ajp and mod_proxy_fcgi.
     </td></tr>
     <tr><td>flushwait</td>
         <td>10</td>
index 8f8d5f4dba8f79cc17d48b2ec026f186d2aa61a5..cd12d8310d0c010b18dcaed2d03e471f41c12955 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.fr.xsl"?>
-<!-- English Revision: 1799463 -->
+<!-- English Revision: 1799463:1802040 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index bb474e9cf724c8d172d3ddb5e823f208d7bac768..ddb663cf23ba2f61d47e604c76d1c7cc246a10ec 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:1799463 (outdated) -->
+<!-- English Revision: 344971:1802040 (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>