Skip to content

Commit 3e9bc67

Browse files
committed
And auto-gened files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111846 13f79535-47bb-0310-9956-ffa450edef68
1 parent ccd8a84 commit 3e9bc67

12 files changed

Lines changed: 371 additions & 280 deletions

docs/manual/mod/allmodules.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<modulefile>mod_deflate.xml</modulefile>
3131
<modulefile>mod_dir.xml</modulefile>
3232
<modulefile>mod_disk_cache.xml</modulefile>
33+
<modulefile>mod_dumpio.xml</modulefile>
3334
<modulefile>mod_echo.xml</modulefile>
3435
<modulefile>mod_env.xml</modulefile>
3536
<modulefile>mod_example.xml</modulefile>

docs/manual/mod/allmodules.xml.de

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<modulefile>mod_deflate.xml</modulefile>
3131
<modulefile>mod_dir.xml</modulefile>
3232
<modulefile>mod_disk_cache.xml</modulefile>
33+
<modulefile>mod_dumpio.xml</modulefile>
3334
<modulefile>mod_echo.xml</modulefile>
3435
<modulefile>mod_env.xml</modulefile>
3536
<modulefile>mod_example.xml</modulefile>

docs/manual/mod/allmodules.xml.es

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<modulefile>mod_deflate.xml</modulefile>
3131
<modulefile>mod_dir.xml</modulefile>
3232
<modulefile>mod_disk_cache.xml</modulefile>
33+
<modulefile>mod_dumpio.xml</modulefile>
3334
<modulefile>mod_echo.xml</modulefile>
3435
<modulefile>mod_env.xml</modulefile>
3536
<modulefile>mod_example.xml</modulefile>

docs/manual/mod/allmodules.xml.ja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<modulefile>mod_deflate.xml.ja</modulefile>
3131
<modulefile>mod_dir.xml.ja</modulefile>
3232
<modulefile>mod_disk_cache.xml.ja</modulefile>
33+
<modulefile>mod_dumpio.xml</modulefile>
3334
<modulefile>mod_echo.xml.ja</modulefile>
3435
<modulefile>mod_env.xml.ja</modulefile>
3536
<modulefile>mod_example.xml</modulefile>

docs/manual/mod/allmodules.xml.ko

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<modulefile>mod_deflate.xml.ko</modulefile>
3131
<modulefile>mod_dir.xml.ko</modulefile>
3232
<modulefile>mod_disk_cache.xml.ko</modulefile>
33+
<modulefile>mod_dumpio.xml</modulefile>
3334
<modulefile>mod_echo.xml.ko</modulefile>
3435
<modulefile>mod_env.xml.ko</modulefile>
3536
<modulefile>mod_example.xml.ko</modulefile>

docs/manual/mod/directives.html.en

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
<li><a href="core.html#directorymatch">&lt;DirectoryMatch&gt;</a></li>
161161
<li><a href="mod_dir.html#directoryslash">DirectorySlash</a></li>
162162
<li><a href="core.html#documentroot">DocumentRoot</a></li>
163+
<li><a href="mod_dumpio.html#dumpioinput">DumpIOInput</a></li>
163164
<li><a href="mpm_common.html#enableexceptionhook" id="E" name="E">EnableExceptionHook</a></li>
164165
<li><a href="core.html#enablemmap">EnableMMAP</a></li>
165166
<li><a href="core.html#enablesendfile">EnableSendfile</a></li>

docs/manual/mod/index.html.en

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ client</dd>
109109
<dt><a href="mod_dir.html">mod_dir</a></dt><dd>Provides for "trailing slash" redirects and
110110
serving directory index files</dd>
111111
<dt><a href="mod_disk_cache.html">mod_disk_cache</a></dt><dd>Content cache storage manager keyed to URIs</dd>
112+
<dt><a href="mod_dumpio.html">mod_dumpio</a></dt><dd>Dumps to error.log all I/O as desired.</dd>
112113
<dt><a href="mod_echo.html" id="E" name="E">mod_echo</a></dt><dd>A simple echo server to illustrate protocol
113114
modules</dd>
114115
<dt><a href="mod_env.html">mod_env</a></dt><dd>Modifies the environment which is passed to CGI scripts and

docs/manual/mod/mod_dumpio.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
URI: mod_dumpio.html.en
2+
Content-Language: en
3+
Content-type: text/html; charset=ISO-8859-1

docs/manual/mod/mod_dumpio.html.en

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0" encoding="ISO-8859-1"?>
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
4+
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5+
This file is generated from xml source: DO NOT EDIT
6+
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7+
-->
8+
<title>mod_dumpio - Apache HTTP Server</title>
9+
<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10+
<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11+
<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
12+
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
13+
<body>
14+
<div id="page-header">
15+
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
16+
<p class="apache">Apache HTTP Server Version 2.1</p>
17+
<img alt="" src="../images/feather.gif" /></div>
18+
<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
19+
<div id="path">
20+
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="../">Version 2.1</a> &gt; <a href="./">Modules</a></div>
21+
<div id="page-content">
22+
<div id="preamble"><h1>Apache Module mod_dumpio</h1>
23+
<div class="toplang">
24+
<p><span>Available Languages: </span><a href="../en/mod/mod_dumpio.html" title="English">&nbsp;en&nbsp;</a></p>
25+
</div>
26+
<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Dumps to error.log all I/O as desired.</td></tr>
27+
<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
28+
<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>dumpio_module</td></tr>
29+
<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_dumpio.c</td></tr></table>
30+
<h3>Summary</h3>
31+
32+
<p><code>mod_dumpio</code> allows for the logging of
33+
all input received by Apache and/or all output sent by
34+
Apache to be logged (dumped) to the error.log file.
35+
</p>
36+
37+
<p>The data logging is done right after SSL decoding (for
38+
input) and right before SSL encoding (for output). As can
39+
be expected, this can produce extreme volumes of data,
40+
and should only be used when debugging problems.</p>
41+
</div>
42+
<div id="quickview"><h3 class="directives">Directives</h3>
43+
<ul id="toc">
44+
<li><img alt="" src="../images/down.gif" /> <a href="#dumpioinput">DumpIOInput</a></li>
45+
</ul>
46+
<h3>Topics</h3>
47+
<ul id="topics">
48+
<li><img alt="" src="../images/down.gif" /> <a href="#enable">Enabling DumpIO Support</a></li>
49+
</ul></div>
50+
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
51+
<div class="section">
52+
<h2><a name="enable" id="enable">Enabling DumpIO Support</a></h2>
53+
54+
55+
<p>To enable the module, it should be compiled and
56+
loaded in to your running Apache configuration. Logging
57+
can then be enabled or disabled via the below directives.</p>
58+
</div>
59+
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
60+
<div class="directive-section"><h2><a name="DumpIOInput" id="DumpIOInput">DumpIOInput</a> <a name="dumpioinput" id="dumpioinput">Directive</a></h2>
61+
<table class="directive">
62+
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Dump all input data to the error log</td></tr>
63+
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DumpIOInput On|OffDumpIOOutput On|Off</code></td></tr>
64+
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>DumpIOInput OffDumpIOOutput Off</code></td></tr>
65+
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server configserver config</td></tr>
66+
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
67+
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dumpio</td></tr>
68+
<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>DumpIOInput is only available in Apache 2.1.3 and
69+
later.DumpIOOutput is only available in Apache 2.1.3 and
70+
later.</td></tr>
71+
</table>
72+
</div>
73+
</div>
74+
<div class="bottomlang">
75+
<p><span>Available Languages: </span><a href="../en/mod/mod_dumpio.html" title="English">&nbsp;en&nbsp;</a></p>
76+
</div><div id="footer">
77+
<p class="apache">Copyright 1999-2004 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>
78+
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
79+
</body></html>

docs/manual/mod/mod_filter.html.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<dt>Register Providers</dt>
122122
<dd>The <code class="directive"><a href="#filterprovider">FilterProvider</a></code>
123123
directive registers a provider with a filter. The filter may have
124-
been registered with <code class="directive"><a href="#filterdeclare">FilterDeclare</a></code>; if not, FilterProvider will implicitly
124+
been declared with <code class="directive"><a href="#filterdeclare">FilterDeclare</a></code>; if not, FilterProvider will implicitly
125125
declare it with the default type AP_FTYPE_RESOURCE. The provider
126126
must have been
127127
registered with <code>ap_register_output_filter</code> by some module.

0 commit comments

Comments
 (0)