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 13:01:05 UTC

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

Author: noodl
Date: Tue Jul 24 04:01:04 2007
New Revision: 559009

URL: http://svn.apache.org/viewvc?view=rev&rev=559009
Log:
[PR36917] Document LogLevel debug requirement for mod_dumpio

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

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.html.en?view=diff&rev=559009&r1=559008&r2=559009
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.html.en Tue Jul 24 04:01:04 2007
@@ -56,6 +56,8 @@
     <p>To enable the module, it should be compiled and
     loaded in to your running Apache configuration. Logging
     can then be enabled or disabled via the below directives.</p>
+    
+    <p>In order for dumping to work <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code> must be set to <code>debug</code>.</p>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="DumpIOInput" id="DumpIOInput">DumpIOInput</a> <a name="dumpioinput" id="dumpioinput">Directive</a></h2>

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.xml?view=diff&rev=559009&r1=559008&r2=559009
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_dumpio.xml Tue Jul 24 04:01:04 2007
@@ -46,6 +46,9 @@
     <p>To enable the module, it should be compiled and
     loaded in to your running Apache configuration. Logging
     can then be enabled or disabled via the below directives.</p>
+    
+    <p>In order for dumping to work <directive
+    module="core">LogLevel</directive> must be set to <code>debug</code>.</p>
 </section>
 
 <directivesynopsis>