From: André Malo Date: Mon, 12 Apr 2004 17:23:20 +0000 (+0000) Subject: mod_log_forensic is now in 2.0 X-Git-Tag: 2.0.50~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eed6ca406a066dab9728f9ed738f753c56657ea;p=thirdparty%2Fapache%2Fhttpd.git mod_log_forensic is now in 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_forensic.xml b/docs/manual/mod/mod_log_forensic.xml index 657e543c579..fba1e3fd484 100644 --- a/docs/manual/mod/mod_log_forensic.xml +++ b/docs/manual/mod/mod_log_forensic.xml @@ -25,8 +25,7 @@ Extension mod_log_forensic.c log_forensic_module -mod_unique_id is no longer required since -version 2.1 +Available in version 2.0.50 and later

This module provides for forensic logging of client @@ -46,6 +45,13 @@ version 2.1

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

+ + + This module was backported from version 2.1 which uses a more powerful + APR version in order to generate the forensic IDs. If you want to run + mod_log_forensic in version 2.0, you need to include + mod_unique_id as well. +
Apache Log Files mod_log_config @@ -105,9 +111,12 @@ version 2.1 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 creates a token called - forensic-id, which can be added to the transfer log - using the %{forensic-id}n format string.

+ directive. mod_log_forensic takes the unique ID from + mod_unique_id, so you need to load this module as well. + (This requirement will not be necessary in version 2.1 and later, because + of a more powerful APR version.) The ID token is attached to the request + under the name 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 the logs will be written, can take one of the following two