]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Must have missed this in the past. Sorry.
authorDirk-Willem van Gulik <dirkx@apache.org>
Wed, 13 Oct 1999 08:41:52 +0000 (08:41 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Wed, 13 Oct 1999 08:41:52 +0000 (08:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83983 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html

index dfa21e3f27b514a4040efcb735868bd38fb63554..cbc403f30b34129e9ec84a0e062e562cf76459a8 100644 (file)
@@ -121,7 +121,9 @@ the log files, and `%' directives which are replaced in the log file
 by the values as follows:
 
 <PRE>
-%...b:          Bytes sent, excluding HTTP headers.
+%...B:          Bytes sent, excluding HTTP headers.
+%...b:          Bytes sent, excluding HTTP headers. In CLF format
+               i.e. a '-' rather than a 0 when no bytes are sent.
 %...f:          Filename
 %...{FOOBAR}e:  The contents of the environment variable FOOBAR
 %...h:          Remote host
@@ -145,6 +147,8 @@ by the values as follows:
 %...U:          The URL path requested.
 %...v:          The canonical ServerName of the server serving the request.
 %...V:          The server name according to the UseCanonicalName setting.
+%...m          The request method
+%...H          The request protocol
 </PRE>
 
 The `...' can be nothing at all (<EM>e.g.</EM>, <CODE>"%h %u %r %s %b"</CODE>), or it can