From: Rich Bowen
Date: Sun, 2 Aug 2015 20:52:55 +0000 (+0000)
Subject: Example of how to invoke the forensic log
X-Git-Tag: 2.5.0-alpha~2985
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ac83804bc25d7e53b4afb4693c42b99a7210257;p=apache
Example of how to invoke the forensic log
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1693826 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_log_forensic.xml b/docs/manual/mod/mod_log_forensic.xml
index 6398e22ab4..c661490105 100644
--- a/docs/manual/mod/mod_log_forensic.xml
+++ b/docs/manual/mod/mod_log_forensic.xml
@@ -29,8 +29,16 @@
log_forensic_module
- This module provides for forensic logging of client
- requests. Logging is done before and after processing a request, so the
+
This module provides for forensic logging of client requests.
+
+ Create the log file using the ForensicLog
+ directive:
+
+
+ ForensicLog logs/forensic_log
+
+
+ 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, which means:
@@ -44,8 +52,8 @@
The check_forensic
script, which can be found in the
- distribution's support directory, may be helpful in evaluating the
- forensic log output.
+ distribution's support directory, processes the resulting log file
+ to identify the requests that didn't complete.
Apache Log Files
mod_log_config