You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/09/21 18:16:13 UTC

svn commit: r290733 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: core.html.en core.xml

Author: wrowe
Date: Wed Sep 21 09:16:09 2005
New Revision: 290733

URL: http://svn.apache.org/viewcvs?rev=290733&view=rev
Log:

  Very important to point out exactly where this is available and where
  it is not, since TraceEnable extended is likely to be used to confirm
  behavior between differing types of servers, including 1.3/2.0/2.2

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en?rev=290733&r1=290732&r2=290733&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.html.en Wed Sep 21 09:16:09 2005
@@ -3035,7 +3035,7 @@
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>core</td></tr>
-<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Version 2.0.55 and later</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 1.3.34, 2.0.55 and later</td></tr>
 </table>
     <p>This directive overrides the behavior of <code>TRACE</code> for both
     the core server and <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>.  The default

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml?rev=290733&r1=290732&r2=290733&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml Wed Sep 21 09:16:09 2005
@@ -2986,7 +2986,7 @@
 <syntax>TraceEnable <var>[on|off|extended]</var></syntax>
 <default>TraceEnable on</default>
 <contextlist><context>server config</context></contextlist>
-<compatibility>Version 2.0.55 and later</compatibility>
+<compatibility>Available in Apache 1.3.34, 2.0.55 and later</compatibility>
 
 <usage>
     <p>This directive overrides the behavior of <code>TRACE</code> for both