From: Eric Covener Date: Fri, 15 Dec 2017 21:28:23 +0000 (+0000) Subject: per comments, add a better hint about what %D/%T measure / do not measure X-Git-Tag: 2.5.0-alpha2-ci-test-only~3071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad414f807bc423d817fea701aeb75ba3a115e6fc;p=thirdparty%2Fapache%2Fhttpd.git per comments, add a better hint about what %D/%T measure / do not measure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818344 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 0434cdc7ba6..5ccb866057e 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -93,7 +93,7 @@ to the server. Only version 0 cookies are fully supported. %D - The time taken to serve the request, in microseconds. + The time taken to serve the request, in microseconds. See %T for details. %{VARNAME}e The contents of the environment variable @@ -225,7 +225,22 @@ %T - The time taken to serve the request, in seconds. + The time taken to serve the request, in seconds. The time measured + begins when the first line of the HTTP request is read from the host + operating system by by the HTTP server and ends when the last byte of + the response is written by the HTTP server to the host operating system. +

The time measured does not include any of the following: +

+ %{UNIT}T The time taken to serve the request, in a time unit given by