From: André Malo Date: Wed, 25 Feb 2004 05:36:04 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~627 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b044701424f5674cd31d356d13953c4c43afd759;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102769 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_forensic.html.en b/docs/manual/mod/mod_log_forensic.html.en index b7269f0914..0935bc15ee 100644 --- a/docs/manual/mod/mod_log_forensic.html.en +++ b/docs/manual/mod/mod_log_forensic.html.en @@ -32,20 +32,20 @@

This 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 works very strict, which means:

+ The forensic logger is very strict, which means:

-

In order to evaluate the log output there's a script - check_forensic, which can be found in the support directory - of the distribution.

+

The check_forensic script, which can be found in the + distribution's support directory, may be helpful in evaluating the + forensic log output.

Directives

top
@@ -114,11 +114,11 @@ Compatibility:Available in version 2.1 and later

The ForensicLog directive is used to - log requests to the server for a forensic analysis. Each log entry - gets assigned unique id which can be associated with the request + log requests to the server for forensic analysis. Each log entry + is assigned a unique ID which can be associated with the request using the normal CustomLog - directive. mod_log_forensic leaves a note called - forensic-id which can be added to the transfer log by + directive. mod_log_forensic creates a token called + forensic-id, which can be added to the transfer log using the %{forensic-id}n format string.

The argument, which specifies the location to which