]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update transformations.
authorJoshua Slive <slive@apache.org>
Tue, 3 May 2005 19:20:21 +0000 (19:20 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 3 May 2005 19:20:21 +0000 (19:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@167963 13f79535-47bb-0310-9956-ffa450edef68

13 files changed:
docs/manual/logs.html.en
docs/manual/logs.xml.es
docs/manual/logs.xml.ja
docs/manual/logs.xml.ko
docs/manual/logs.xml.meta
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.meta
docs/manual/mod/mod_log_config.html.en
docs/manual/mod/mod_log_config.xml.ja
docs/manual/mod/mod_log_config.xml.ko

index a2f60736b8a7ab2f306bead0d65b03fd2baf3f4d..ad480d3248a1a3467edfee930c4f4d08ad6848f9 100644 (file)
         (<code>%t</code>)</dt>
 
         <dd>
-          The time that the server finished processing the request.
+          The time that the request was received.
           The format is: 
 
           <p class="indent">
index 09cf9e3e03a0d36894f51c454ae7f7c08f509616..0becf7ec8124cb4ee9ab2adf28d50b52eb68afe3 100644 (file)
@@ -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: 151405 -->
+<!-- English Revision: 151405:165672 (outdated) -->
 
 <!--
  Copyright 2005 The Apache Software Foundation or it licensors,
index ea714b6fad88d74a05680ee6a091b013546d351f..3a07b51507fe27bb1d739fe38f5a98865c9d9eac 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 106090:151405 (outdated) -->
+<!-- English Revision: 106090:165672 (outdated) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index 58de60df9f607c7345dc4d6f8275885f32a15c0f..e6047e6b5f88586a938cde771520008a8ac32e5d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 106090:151405 (outdated) -->
+<!-- English Revision: 106090:165672 (outdated) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index ce4fb80227b9a89554e2c0b231d8bfbb5219b17e..20f9569b8c1fd7c906ebbaab10837152dd5a80de 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
+    <variant outdated="yes">es</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
index 5dcc28b48431b7945e7b17d4359a9f1ed259bcdd..85071070f8c1c40bba7b83222f7bb58d4616e422 100644 (file)
@@ -947,9 +947,10 @@ in case of an error</td></tr>
     or a message. Apache will sometimes offer additional information
     regarding the problem/error.</p>
 
-    <p>URLs can begin with a slash (/) for local URLs, or be a full
-    URL which the client can resolve. Alternatively, a message can
-    be provided to be displayed by the browser. Examples:</p>
+    <p>URLs can begin with a slash (/) for local web-paths (relative
+    to the <code class="directive"><a href="#documentroot">DocumentRoot</a></code>), or be a
+    full URL which the client can resolve. Alternatively, a message
+    can be provided to be displayed by the browser. Examples:</p>
 
     <div class="example"><p><code>
       ErrorDocument 500 http://foo.example.com/cgi-bin/tester<br />
@@ -997,6 +998,14 @@ in case of an error</td></tr>
     error rather than masking it.  More information is available in
     Microsoft Knowledge Base article <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807">Q294807</a>.</p>
 
+    <p>Although most error messages can be overriden, there are certain
+    circumstances where the internal messages are used regardless of the
+    setting of <code class="directive"><a href="#errordocument">ErrorDocument</a></code>.  In
+    particular, if a malformed request is detected, normal request processing
+    will be immediately halted and the internal error message returned.
+    This is necessary to guard against security problems caused by
+    bad requests.</p>
+
     <p>Prior to version 2.0, messages were indicated by prefixing
     them with a single unmatched double quote character.</p>
 
index 2d05509cd8adef010362caa200fb15832490a9e2..76ff766fe17ff57c8175f0eb86aa16fc79f2c599 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151420 -->
+<!-- English Revision: 151420:167961 (outdated) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index 185daae431d100af9aa5813f866802939f4269be..00ec68356a8b92b395090e4e9c6127bef3eb09aa 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 151420 -->
+<!-- English Revision: 151420:167961 (outdated) -->
 
 <!-- 
  Copyright 2005 The Apache Software Foundation or it licensors,
index d40b0def9b7f8c7efb7dc37d2220464012613c91..5f5dffb06e43b61548511965d0958b8ce00f936a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 106090:151420 (outdated) -->
+<!-- English Revision: 106090:167961 (outdated) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index 42ba1163b3877b34e07b4640828f278843a28db4..e261c428d734d0e0d0a88641c34e3e7e36e1a57f 100644 (file)
@@ -6,9 +6,9 @@
   <relpath>..</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>es</variant>
+    <variant outdated="yes">es</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>
index 79a08aeb97d03c69a10cb1be315f23caa1013ca4..3f91b2349d51cc852a7c6ec87d82e0ee8b78eccb 100644 (file)
         the status of the *original* request --- <code>%...&gt;s</code>
         for the last.</td></tr>
 <tr><td><code>%...t</code></td>
-        <td>Time, in common log format time format (standard english
+        <td>Time the request was received (standard english
         format)</td></tr>
 <tr class="odd"><td><code>%...{<var>format</var>}t</code></td>
         <td>The time, in the form given by format, which should be in
index 77a6d59ab62d148859adf0063e1dea5daea43242..f14156ff6a573e7096ddc433222d1fba832f9db2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 106090:164426 (outdated) -->
+<!-- English Revision: 106090:165672 (outdated) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
index 8e8447c6715b2e049b2dd0154fcea5865f58e12a..10258f74e6b7ac488a31903de3f21f01521ae808 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: 106090:164426 (outdated) -->
+<!-- English Revision: 106090:165672 (outdated) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation