From 8228ea90b2d25696237102a0a54b6da850e05ae8 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 10 Aug 2001 18:51:04 +0000 Subject: [PATCH] Clarify what %U will log. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0