]> granicus.if.org Git - apache/commitdiff
Clarify what %U will log.
authorJoshua Slive <slive@apache.org>
Fri, 10 Aug 2001 18:51:04 +0000 (18:51 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 10 Aug 2001 18:51:04 +0000 (18:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90071 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html

index 7070deb55c9a67a2c3865c57e1816ac3b85bf23e..af3f3f04114ed5a75d84585e185e02e07e305db4 100644 (file)
@@ -112,7 +112,7 @@ by the values as follows:</p>
                 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.
 </PRE>