From: Vincent Bray Date: Tue, 24 Jul 2007 11:01:04 +0000 (+0000) Subject: [PR36917] Document LogLevel debug requirement for mod_dumpio X-Git-Tag: 2.0.60~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c78f592163fa7599b4ee6404713ac481132808a;p=thirdparty%2Fapache%2Fhttpd.git [PR36917] Document LogLevel debug requirement for mod_dumpio git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@559009 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dumpio.html.en b/docs/manual/mod/mod_dumpio.html.en index f05a0e03bc5..29597a2e9d6 100644 --- a/docs/manual/mod/mod_dumpio.html.en +++ b/docs/manual/mod/mod_dumpio.html.en @@ -56,6 +56,8 @@

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.

+ +

In order for dumping to work LogLevel must be set to debug.

top

DumpIOInput Directive

diff --git a/docs/manual/mod/mod_dumpio.xml b/docs/manual/mod/mod_dumpio.xml index 26b12006792..47f1280912d 100644 --- a/docs/manual/mod/mod_dumpio.xml +++ b/docs/manual/mod/mod_dumpio.xml @@ -46,6 +46,9 @@

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.

+ +

In order for dumping to work LogLevel must be set to debug.