summaryrefslogtreecommitdiff
path: root/docs/manual/logs.xml
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2005-11-13 08:01:43 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2005-11-13 08:01:43 +0000
commit885446fabbb1a6a20fa7d64e6a096ed548c55b9c (patch)
tree6844d7215bef8ae4633c9fda9e54db7d2b0b1946 /docs/manual/logs.xml
parenta04a53af1da8c8c11cb5648ad935cabbbd5e235e (diff)
downloadhttpd-885446fabbb1a6a20fa7d64e6a096ed548c55b9c.tar.gz
Plug some holes in the current documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/logs.xml')
-rw-r--r--docs/manual/logs.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml
index 0f865ba943..715e558e3f 100644
--- a/docs/manual/logs.xml
+++ b/docs/manual/logs.xml
@@ -567,10 +567,14 @@
<related>
<modulelist>
+ <module>mod_logio</module>
+ <module>mod_log_forensic</module>
<module>mod_cgi</module>
<module>mod_rewrite</module>
</modulelist>
<directivelist>
+ <directive module="mod_log_config">LogFormat</directive>
+ <directive module="mod_log_forensic">ForensicLog</directive>
<directive module="mpm_common">PidFile</directive>
<directive module="mod_rewrite">RewriteLog</directive>
<directive module="mod_rewrite">RewriteLogLevel</directive>
@@ -580,6 +584,25 @@
</directivelist>
</related>
+ <section>
+ <title>Logging actual bytes sent and recieved</title>
+
+ <p><module>mod_logio</module> adds in two additional
+ <directive module="mod_log_config">LogFormat</directive> fields
+ (%I and %O) that log the actual number of bytes received and sent
+ on the network.</p>
+ </section>
+
+ <section>
+ <title>Forensic Logging</title>
+
+ <p><module>mod_log_forensic</module> provides for forensic logging of
+ client requests. Logging is done before and after processing a
+ request, so the forensic log contains two log lines for each
+ request. The forensic logger is very strict with no customizations.
+ It can be an invaluable debugging and security tool.</p>
+ </section>
+
<section id="pidfile">
<title>PID File</title>