]> granicus.if.org Git - apache/commitdiff
* Update transformation
authorRuediger Pluem <rpluem@apache.org>
Wed, 15 Oct 2008 19:46:32 +0000 (19:46 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 15 Oct 2008 19:46:32 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@705008 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html.en
docs/manual/mod/mod_log_config.xml.ja
docs/manual/mod/mod_log_config.xml.ko
docs/manual/mod/mod_log_config.xml.meta
docs/manual/mod/mod_log_config.xml.tr
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.ja

index 8e81c3ab101b676ed4f6af243bf5ff7b31c8ac74..afa49fa012b0a0f7f94e0c93c98b7cfb74e3cb83 100644 (file)
         <td>The request protocol</td></tr>
 <tr class="odd"><td><code>%{<var>Foobar</var>}i</code></td>
         <td>The contents of <code><var>Foobar</var>:</code> header line(s)
-        in the request sent to the server.</td></tr>
+        in the request sent to the server. Changes made by other
+        modules (e.g. <code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code>) affect this.
+        </td></tr>
 <tr><td><code>%k</code></td>
         <td>Number of keepalive requests handled on this connection.  Interesting if
           <code class="directive"><a href="../mod/core.html#keepalive">KeepAlive</a></code> is being used, so that,
index e85252e798682aaaba0730794c11838713eb9c2f..e6b4583173a5e2907434a3dddfe1f4812bc1c749 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: 579425:697129 (outdated) -->
+<!-- English Revision: 579425:703997 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a11cd70b6aeb3b24cb2e8f04026fc4b36c95be2d..a95e698a98f504baad40ae749472a533df770331 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:697129 (outdated) -->
+<!-- English Revision: 105989:703997 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8c8a872f27ccbbb0e7664741c638d399af5c4bb7..7107df8023eac724d110cc42d73e60d45df28c69 100644 (file)
@@ -10,6 +10,6 @@
     <variant>en</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index f2427f5abb3e5ad24adb34b6f48bf5e1ba7db276..13f3041f94781ea8ba22ab8c881960fa2432a430 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 697129 -->
+<!-- English Revision: 697129:703997 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index fddc08bbaa9a2e55aeaacc1d215c5405b5fc53b0..067f5924c54b5d20629dae9c55b31aa897a3c4e8 100644 (file)
@@ -853,7 +853,8 @@ through</td></tr>
         <td>timeout</td>
         <td>Connect timeout in seconds.
         The number of seconds Apache waits for the creation of a connection to
-        the backend to complete.
+        the backend to complete. By adding a postfix of ms the timeout can be
+        also set in milliseconds.
     </td></tr>
     <tr><td>disablereuse</td>
         <td>Off</td>
@@ -908,6 +909,8 @@ through</td></tr>
         which could be an issue, but it will lower the
         traffic in case some of the cluster nodes are down or busy.
         Currently this has an effect only for AJP.
+        By adding a postfix of ms the delay can be also set in
+        milliseconds.
     </td></tr>
     <tr><td>redirect</td>
         <td>-</td>
index 688eb4ed9166d3124e01d5373ba6b435270bb3b9..8f1dd1e9f44532008458b836aee1828690ba756f 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:687754 (outdated) -->
+<!-- English Revision: 344971:705005 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more