XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> mod_dumpio - Apache HTTP Server Modules | Directives | FAQ | Glossary | Sitemap Apache HTTP Server Version 2.0 Apache > HTTP Server > Documentation > Version 2.0 > Modules Apache Module mod_dumpio Available Languages: en Description:Dumps all I/O to error log as desired. Status:Experimental Module營dentifier:dumpio_module Source燜ile:mod_dumpio.c Summary 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. Directives DumpIOInput DumpIOOutput Topics Enabling dumpio Support 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. In order for dumping to work LogLevel must be set to debug. DumpIOInput Directive Description:Dump all input data to the error log Syntax:DumpIOInput On|Off Default:DumpIOInput Off Context:server config Status:Experimental Module:mod_dumpio Compatibility:DumpIOInput is only available in Apache 2.0.53 and later. Enable dumping of all input. Example DumpIOInput On DumpIOOutput Directive Description:Dump all output data to the error log Syntax:DumpIOOutput On|Off Default:DumpIOOutput Off Context:server config Status:Experimental Module:mod_dumpio Compatibility:DumpIOOutput is only available in Apache 2.0.53 and later. Enable dumping of all output. Example DumpIOOutput On Available Languages: en Copyright 2007 The Apache Software Foundation.Licensed under the Apache License, Version 2.0. Modules | Directives | FAQ | Glossary | Sitemap