From: Stefan Fritsch
Date: Tue, 20 Sep 2011 21:02:48 +0000 (+0000)
Subject: %L works without mod_unique_id, too
X-Git-Tag: 2.3.15~210
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b546a570fa4923c4ad0fdb0b2e2dfefc8622418;p=apache
%L works without mod_unique_id, too
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173368 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml
index bd7c9b4ea4..6adad74c3e 100644
--- a/docs/manual/logs.xml
+++ b/docs/manual/logs.xml
@@ -137,10 +137,11 @@
information written to stderr
by a CGI script will
be copied directly to the error log.
- If mod_unique_id is loaded, you
- can put a %L
token in both the error log and the access
- log, producing a log entry ID with which you can correlate the entry
- in the error log with the entry in the access log.
+ Putting a %L
token in both the error log and the access
+ log will produce a log entry ID with which you can correlate the entry
+ in the error log with the entry in the access log. If
+ mod_unique_id is loaded, its unique request ID will be
+ used as the log entry ID, too.
During testing, it is often useful to continuously monitor
the error log for any problems. On Unix systems, you can