summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_log_config.html.en
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-09-28 04:18:35 +0000
committerIan Holsman <ianh@apache.org>2002-09-28 04:18:35 +0000
commit194829ce9f1c5f3d3f020fad1836b7ab81cdb209 (patch)
tree311c86defef3ec5f0cea5579c0dcaf48d1e419c3 /docs/manual/mod/mod_log_config.html.en
parent3fa4aed859ffa3732e10734abfc27285fc1ca31e (diff)
downloadhttpd-194829ce9f1c5f3d3f020fad1836b7ab81cdb209.tar.gz
New Module -- mod_logio.
This adds the ability to log the bytes sent and received for each request Submitted by: Bojan Smojver <bojan@rexursive.com> Reviewed by: Justin & Ian git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97000 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_log_config.html.en')
-rw-r--r--docs/manual/mod/mod_log_config.html.en12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en
index a35990ddf5..e2184dd246 100644
--- a/docs/manual/mod/mod_log_config.html.en
+++ b/docs/manual/mod/mod_log_config.html.en
@@ -138,6 +138,16 @@ be in strftime(3) format. (potentially localized)</td></tr>
this conflicted with the historical ssl %...{var}c syntax.)</div>
</td></tr>
+<tr><td>%...I:</td>
+<td>Bytes received, including request and headers, cannot be zero. You need to
+enable <code class="module"><a
+href="../mod/mod_logio.html">mod_logio</a></code> to use this.</td></tr>
+
+<tr><td>%...O:</td>
+<td>Bytes sent, including headers, cannot be zero. You need to enable <code
+class="module"><a href="../mod/mod_logio.html">mod_logio</a></code> to use
+this.</td></tr>
+
</table>
<p>The "..." can be nothing at all (<em>e.g.</em>, <code>"%h %u
@@ -352,4 +362,4 @@ host</td></tr><tr><th><a href="directive-dict.html#Status">Status:
TransferLog logs/access_log
</code></p></div>
-</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html> \ No newline at end of file
+</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><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></body></html>