mod_dumpio.xml revision 82bf6fb0e137d91dc8addec5a66778c07f62532f
64185f9824e42f21ca7b9ae6c004484215c031a7rbb<!DOCTYPE modulesynopsis SYSTEM "/style/modulesynopsis.dtd">
2d2eda71267231c2526be701fe655db125852c1ffielding<?xml-stylesheet type="text/xsl" href="/style/manual.en.xsl"?>
2d2eda71267231c2526be701fe655db125852c1ffielding<!-- $LastChangedRevision$ -->
2d2eda71267231c2526be701fe655db125852c1ffielding Licensed to the Apache Software Foundation (ASF) under one or more
2d2eda71267231c2526be701fe655db125852c1ffielding contributor license agreements. See the NOTICE file distributed with
2d2eda71267231c2526be701fe655db125852c1ffielding this work for additional information regarding copyright ownership.
2d2eda71267231c2526be701fe655db125852c1ffielding The ASF licenses this file to You under the Apache License, Version 2.0
2d2eda71267231c2526be701fe655db125852c1ffielding (the "License"); you may not use this file except in compliance with
2d2eda71267231c2526be701fe655db125852c1ffielding the License. You may obtain a copy of the License at
2d2eda71267231c2526be701fe655db125852c1ffielding Unless required by applicable law or agreed to in writing, software
2d2eda71267231c2526be701fe655db125852c1ffielding distributed under the License is distributed on an "AS IS" BASIS,
64185f9824e42f21ca7b9ae6c004484215c031a7rbb WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2d2eda71267231c2526be701fe655db125852c1ffielding See the License for the specific language governing permissions and
2d2eda71267231c2526be701fe655db125852c1ffielding limitations under the License.
2d2eda71267231c2526be701fe655db125852c1ffielding<description>Dumps all I/O to error log as desired.</description>
2d2eda71267231c2526be701fe655db125852c1ffielding all input received by Apache and/or all output sent by
2d2eda71267231c2526be701fe655db125852c1ffielding Apache to be logged (dumped) to the error.log file.
2d2eda71267231c2526be701fe655db125852c1ffielding <p>The data logging is done right after SSL decoding (for
64185f9824e42f21ca7b9ae6c004484215c031a7rbb input) and right before SSL encoding (for output). As can
2d2eda71267231c2526be701fe655db125852c1ffielding be expected, this can produce extreme volumes of data,
2d2eda71267231c2526be701fe655db125852c1ffielding and should only be used when debugging problems.</p>
2d2eda71267231c2526be701fe655db125852c1ffielding <p>To enable the module, it should be compiled and loaded
2d2eda71267231c2526be701fe655db125852c1ffielding in to your running Apache configuration. Logging can then
2d2eda71267231c2526be701fe655db125852c1ffielding be enabled or disabled separately for input and output via
2d2eda71267231c2526be701fe655db125852c1ffielding the below directives. Additionally, <module>mod_dumpio</module>
64185f9824e42f21ca7b9ae6c004484215c031a7rbb needs to be configured to <directive
2d2eda71267231c2526be701fe655db125852c1ffielding module="core">LogLevel</directive> <code>trace7</code>:
2d2eda71267231c2526be701fe655db125852c1ffielding LogLevel dumpio:trace7
2d2eda71267231c2526be701fe655db125852c1ffielding<directivesynopsis>
2d2eda71267231c2526be701fe655db125852c1ffielding<description>Dump all input data to the error log</description>
2d2eda71267231c2526be701fe655db125852c1ffielding<contextlist><context>server config</context></contextlist>
2d2eda71267231c2526be701fe655db125852c1ffielding<compatibility>DumpIOInput is only available in Apache 2.1.3 and
2d2eda71267231c2526be701fe655db125852c1ffieldinglater.</compatibility>
b0f20a4a26bcfa85724b1c2e5ec6a077f12ef44crbb DumpIOInput On
b0f20a4a26bcfa85724b1c2e5ec6a077f12ef44crbb </example>
b4c8a80f7dbfc9b56dbe03bdc28f0b5eb5f23697rbb</directivesynopsis>
44c46ef733836b32585d135d2d90856e7cfd9929rbb<directivesynopsis>
b0f20a4a26bcfa85724b1c2e5ec6a077f12ef44crbb<description>Dump all output data to the error log</description>
b0f20a4a26bcfa85724b1c2e5ec6a077f12ef44crbb<contextlist><context>server config</context></contextlist>
9731f9232bddd7dbac757c780b2b1a2a6931dce7stoddard<compatibility>DumpIOOutput is only available in Apache 2.1.3 and
b0f20a4a26bcfa85724b1c2e5ec6a077f12ef44crbblater.</compatibility>
2d2eda71267231c2526be701fe655db125852c1ffielding DumpIOOutput On
2d2eda71267231c2526be701fe655db125852c1ffielding</directivesynopsis>
2d2eda71267231c2526be701fe655db125852c1ffielding</modulesynopsis>