From: Joshua Slive Date: Fri, 10 Aug 2001 18:51:04 +0000 (+0000) Subject: Clarify what %U will log. X-Git-Tag: 2.0.24~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8228ea90b2d25696237102a0a54b6da850e05ae8;p=apache Clarify what %U will log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90071 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 7070deb55c..af3f3f0411 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -112,7 +112,7 @@ by the values as follows:

be in strftime(3) format. (potentially localized) %...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. +%...U: The URL path requested, not including any query string. %...v: The canonical ServerName of the server serving the request. %...V: The server name according to the UseCanonicalName setting.