From: Jim Jagielski Date: Fri, 4 Feb 2005 13:25:39 +0000 (+0000) Subject: dumpio docs X-Git-Tag: 2.0.53~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82a2e56d387dd64be30294793e6440d628669117;p=thirdparty%2Fapache%2Fhttpd.git dumpio docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151349 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dumpio.html b/docs/manual/mod/mod_dumpio.html new file mode 100644 index 00000000000..a8a0b2c1c8c --- /dev/null +++ b/docs/manual/mod/mod_dumpio.html @@ -0,0 +1,3 @@ +URI: mod_dumpio.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_dumpio.xml b/docs/manual/mod/mod_dumpio.xml new file mode 100644 index 00000000000..acb167013a0 --- /dev/null +++ b/docs/manual/mod/mod_dumpio.xml @@ -0,0 +1,90 @@ + + + + + + + + + +mod_dumpio +Dumps all I/O to error log as desired. +Experimental +mod_dumpio.c +dumpio_module + + +

mod_dumpio allows for the logging of + all input received by Apache and/or all output sent by + Apache to be logged (dumped) to the error.log file. +

+ +

The data logging is done right after SSL decoding (for + input) and right before SSL encoding (for output). As can + be expected, this can produce extreme volumes of data, + and should only be used when debugging problems.

+
+ +
+ Enabling dumpio Support + +

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.

+
+ + + +DumpIOInput +Dump all input data to the error log +DumpIOInput On|Off +DumpIOInput Off +server config +DumpIOInput is only available in Apache 2.0.53 and +later. + + +

Enable dumping of all input.

+ + Example + DumpIOInput On + +
+ +
+ + + +DumpIOOutput +Dump all output data to the error log +DumpIOOutput On|Off +DumpIOOutput Off +server config +DumpIOOutput is only available in Apache 2.0.53 and +later. + + +

Enable dumping of all output.

+ + Example + DumpIOOutput On + +
+ +
+
diff --git a/docs/manual/mod/mod_dumpio.xml.meta b/docs/manual/mod/mod_dumpio.xml.meta new file mode 100644 index 00000000000..9f474bc1241 --- /dev/null +++ b/docs/manual/mod/mod_dumpio.xml.meta @@ -0,0 +1,11 @@ + + + + mod_dumpio + /mod/ + .. + + + en + +