d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim This file is generated from xml source: DO NOT EDIT
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc<title>mod_dumpio - Apache HTTP Server Version 2.5</title>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
2e545ce2450a9953665f701bb05350f0d3f26275nd<script src="/style/scripts/prettify.min.js" type="text/javascript">
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<link href="/images/favicon.ico" rel="shortcut icon" /></head>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<div class="up"><a href="./"><img title="<-" alt="<-" src="/images/left.gif" /></a></div>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a> > <a href="./">Modules</a></div>
2a9d60313e1c967b4bc51ec3de3fbd3f7ae454d6nd<p><span>Available Languages: </span><a href="/en/mod/mod_dumpio.html" title="English"> en </a> |
da90a03ebe5290cb064b088a0508ea8e53e46464trawick<a href="/fr/mod/mod_dumpio.html" hreflang="fr" rel="alternate" title="Fran�ais"> fr </a> |
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<a href="/ja/mod/mod_dumpio.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p>
ee5db395bc3723609919edfa96af387eea37c491jim<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Dumps all I/O to error log as desired.</td></tr>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>dumpio_module</td></tr>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_dumpio.c</td></tr></table>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim Apache to be logged (dumped) to the error.log file.
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim <p>The data logging is done right after SSL decoding (for
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim input) and right before SSL encoding (for output). As can
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim be expected, this can produce extreme volumes of data,
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim and should only be used when debugging problems.</p>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri<li><img alt="" src="/images/down.gif" /> <a href="#enable">Enabling dumpio Support</a></li>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<li><img alt="" src="/images/down.gif" /> <a href="#dumpioinput">DumpIOInput</a></li>
ee5db395bc3723609919edfa96af387eea37c491jim<li><img alt="" src="/images/down.gif" /> <a href="#dumpiooutput">DumpIOOutput</a></li>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri<ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar<h2><a name="enable" id="enable">Enabling dumpio Support</a></h2>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <p>To enable the module, it should be compiled and loaded
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar in to your running Apache configuration. Logging can then
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar be enabled or disabled separately for input and output via
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar the below directives. Additionally, <code class="module"><a href="/mod/mod_dumpio.html">mod_dumpio</a></code>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar needs to be configured to <code class="directive"><a href="/mod/core.html#loglevel">LogLevel</a></code> <code>trace7</code>:
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar <pre class="prettyprint lang-config">LogLevel dumpio:trace7</pre>
1f1b6bf13313fdd14a45e52e553d3ff28689b717coar<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<div class="directive-section"><h2><a name="DumpIOInput" id="DumpIOInput">DumpIOInput</a> <a name="dumpioinput" id="dumpioinput">Directive</a></h2>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Dump all input data to the error log</td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DumpIOInput On|Off</code></td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>DumpIOInput Off</code></td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
d6ce05b6521a82cc93da69f7c2116c4a5bc54f8cjim<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dumpio</td></tr>
20f499565e77defe9dab24dd85c02f38a1175855nd <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">DumpIOInput On</pre>
ee5db395bc3723609919edfa96af387eea37c491jim<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
ee5db395bc3723609919edfa96af387eea37c491jim<div class="directive-section"><h2><a name="DumpIOOutput" id="DumpIOOutput">DumpIOOutput</a> <a name="dumpiooutput" id="dumpiooutput">Directive</a></h2>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Dump all output data to the error log</td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DumpIOOutput On|Off</code></td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>DumpIOOutput Off</code></td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
ee5db395bc3723609919edfa96af387eea37c491jim<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dumpio</td></tr>
20f499565e77defe9dab24dd85c02f38a1175855nd <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">DumpIOOutput On</pre>
2a9d60313e1c967b4bc51ec3de3fbd3f7ae454d6nd<p><span>Available Languages: </span><a href="/en/mod/mod_dumpio.html" title="English"> en </a> |
da90a03ebe5290cb064b088a0508ea8e53e46464trawick<a href="/fr/mod/mod_dumpio.html" hreflang="fr" rel="alternate" title="Fran�ais"> fr </a> |
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung<a href="/ja/mod/mod_dumpio.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a></p>
727872d18412fc021f03969b8641810d8896820bhumbedooh</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
727872d18412fc021f03969b8641810d8896820bhumbedoohvar comments_shortname = 'httpd';
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedoohvar comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_dumpio.html';
0d0ba3a410038e179b695446bb149cce6264e0abnd(function(w, d) {
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
727872d18412fc021f03969b8641810d8896820bhumbedooh d.write('<div id="comments_thread"><\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd var s = d.createElement('script');
ac082aefa89416cbdc9a1836eaf3bed9698201c8humbedooh s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
0d0ba3a410038e179b695446bb149cce6264e0abnd (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
727872d18412fc021f03969b8641810d8896820bhumbedooh d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd})(window, document);
205f749042ed530040a4f0080dbcb47ceae8a374rjung<p class="apache">Copyright 2015 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
0d0ba3a410038e179b695446bb149cce6264e0abndif (typeof(prettyPrint) !== 'undefined') {
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd prettyPrint();