diff options
author | dgaudet <dgaudet@unknown> | 1999-03-04 19:28:37 +0000 |
---|---|---|
committer | dgaudet <dgaudet@unknown> | 1999-03-04 19:28:37 +0000 |
commit | fc80ead684ebf1e68e5d7f0b6f6e46d83fd67037 (patch) | |
tree | 855a5a5805359f74f02a9e6af745c99a29c48dc8 | |
parent | 783d3d8d63ed46387a1a4d8a4fd820a3b53f6e3c (diff) | |
download | httpd-fc80ead684ebf1e68e5d7f0b6f6e46d83fd67037.tar.gz |
Commit %V and \n changes to mod_log_config.
Submitted by: Tony Finch <dot@dotat.at>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82860 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_log_config.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index ec08946195..54c73aa97e 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -143,6 +143,7 @@ by the values as follows: %...u: Remote user (from auth; may be bogus if return status (%s) is 401) %...U: The URL path requested. %...v: The canonical ServerName of the server serving the request. +%...V: The server name according to the UseCanonicalName setting. </PRE> The `...' can be nothing at all (<EM>e.g.</EM>, <CODE>"%h %u %r %s %b"</CODE>), or it can |