diff options
author | Joshua Slive <slive@apache.org> | 2001-08-10 20:51:04 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2001-08-10 20:51:04 +0200 |
commit | 8228ea90b2d25696237102a0a54b6da850e05ae8 (patch) | |
tree | fbeabbd0c181b46dc640aca32c9c6eb7bf7df651 /docs/manual/mod/mod_log_config.html | |
parent | This should fix the remaining problems with POST. Basically, we (diff) | |
download | apache2-8228ea90b2d25696237102a0a54b6da850e05ae8.tar.xz apache2-8228ea90b2d25696237102a0a54b6da850e05ae8.zip |
Clarify what %U will log.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_log_config.html | 2 |
1 files changed, 1 insertions, 1 deletions
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:</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> |