You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/07/24 12:58:05 UTC

svn commit: r559008 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_dumpio.html.en mod_dumpio.xml

Author: noodl
Date: Tue Jul 24 03:58:04 2007
New Revision: 559008

URL: http://svn.apache.org/viewvc?view=rev&rev=559008
Log:
Merge r559006 ([PR36917] Document pre-2.2.4 behaviour of mod_dumpio)

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.html.en?view=diff&rev=559008&r1=559007&r2=559008
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.html.en Tue Jul 24 03:58:04 2007
@@ -95,6 +95,9 @@
     <div class="example"><h3>Example</h3><p><code>
       DumpIOLogLevel notice
     </code></p></div>
+    
+    <div class="note"><h3>Compatibility</h3>Prior to 2.2.4 <code class="module"><a href="../mod/mod_dumpio.html">mod_dumpio</a></code>
+    would only dump to the log when <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> was set to <code>debug</code></div>
 
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml?view=diff&rev=559008&r1=559007&r2=559008
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml Tue Jul 24 03:58:04 2007
@@ -105,6 +105,10 @@
     <example><title>Example</title>
       DumpIOLogLevel notice
     </example>
+    
+    <note><title>Compatibility</title>Prior to 2.2.4 <module>mod_dumpio</module>
+    would only dump to the log when <directive
+    module="core">LogLevel</directive> was set to <code>debug</code></note>
 </usage>
 
 </directivesynopsis>