From e71612fd9471c5115af6409314fb905678f9ac74 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 22 Dec 1996 04:05:16 +0000 Subject: [PATCH] Reviewed by: Brian Behlendorf Submitted by: James Cloos The doc file was not in sync with the comment in the src file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77299 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index b2e95fa4dd..98f37f6c35 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -102,23 +102,23 @@ by the values as follows: %...b: Bytes sent. %...f: Filename %...h: Remote host -%...l: Remote logname (from identd, if supplied) -%...p: The port request was received on -%...P: The process ID of the child that serviced the request -%...r: First line of request -%...s: Status. For requests that got internally redirected, - this is status of the original request --- %...>s - for the last. -%...t: Time, in common log format time format -%...T: The time taken to serve the request, in seconds -%...u: Remote user (from auth; may be bogus if return - status (%s) is 401) -%...U: The URL path requested -%...v: The name of the server (i.e. which virtual host) %...{Foobar}i: The contents of Foobar: header line(s) in the request sent to the client. +%...l: Remote logname (from identd, if supplied) +%...{Foobar}n: The contents of note "Foobar" from another module. %...{Foobar}o: The contents of Foobar: header line(s) in the reply. -%...{Foobar}n: The contents of note "Foobar" from another module +%...p: The port the request was served to +%...P: The process ID of the child that serviced the request. +%...r: First line of request +%...s: Status. For requests that got internally redirected, this + is status of the *original* request --- %...>s for the last. +%...t: Time, in common log format time format +%...{format}t: The time, in the form given by format, which should + be in strftime(3) format. +%...T: The time taken to serve the request, in seconds. +%...u: Remote user (from auth; may be bogus if return status (%s) is 401) +%...U: The URL path requested. +%...v: The name of the server (i.e. which virtual host?) The `...' can be nothing at all (e.g. "%h %u %r %s %b"), or it can -- 2.40.0