From 22457164ff47eaa4ecf04a1e3aab885140f44909 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 19 Sep 2011 01:34:16 +0000 Subject: Additional grammatical nits. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172408 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.xml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'docs') diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 740a4e3e60..5b6f52f6ed 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -124,7 +124,8 @@ %L The request log ID from the error log (or '-' if nothing has been - logged to the error log for this request). + logged to the error log for this request). Look for the + matching error log line to see what request caused what error. %m The request method. @@ -141,8 +142,8 @@ The canonical port of the server serving the request. %{format}p - The canonical port of the server serving the request or the - server's actual port or the client's actual port. Valid formats + The canonical port of the server serving the request, or the + server's actual port, or the client's actual port. Valid formats are canonical, local, or remote. @@ -150,7 +151,7 @@ The process ID of the child that serviced the request. %{format}P - The process ID or thread id of the child that serviced the + The process ID or thread ID of the child that serviced the request. Valid formats are pid, tid, and hextid. hextid requires APR 1.2.0 or higher. @@ -167,20 +168,20 @@ The handler generating the response (if any). %s - Status. For requests that got internally redirected, this is - the status of the *original* request --- %>s - for the last. + Status. For requests that have been internally redirected, this is + the status of the original request. Use %>s + for the final status. %t - Time the request was received (standard english - format) + Time the request was received, in the format [18/Sep/2011:19:18:28 -0400]. + The last number indicates the timezone offset from GMT %{format}t The time, in the form given by format, which should be in an extended strftime(3) format (potentially localized). If the format starts with begin: (default) the time is taken - at the beginning of the request processing, if it starts with - end: it is the time when the log entry gets written, so + at the beginning of the request processing. If it starts with + end: it is the time when the log entry gets written, close to the end of the request processing. In addition to the formats supported by strftime(3), the following format tokens are supported: @@ -200,8 +201,8 @@ The time taken to serve the request, in seconds. %u - Remote user (from auth; may be bogus if return status - (%s) is 401). + Remote user if the request was authenticated. May be bogus if return status + (%s) is 401 (unauthorized). %U The URL path requested, not including any query string. @@ -220,23 +221,23 @@ - + - -
X =connection aborted before the response completed.
Connection aborted before the response completed.
+ =connection may be kept alive after the response is + Connection may be kept alive after the response is sent.
- = connection will be closed after the response is + Connection will be closed after the response is sent.
%I - Bytes received, including request and headers, cannot be zero. + Bytes received, including request and headers. Cannot be zero. You need to enable mod_logio to use this. %O - Bytes sent, including headers, cannot be zero. You need to + Bytes sent, including headers. Cannot be zero. You need to enable mod_logio to use this. -- cgit v1.2.3