From: Dirk-Willem van Gulik Date: Wed, 13 Oct 1999 08:41:52 +0000 (+0000) Subject: Must have missed this in the past. Sorry. X-Git-Tag: 1.3.10~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777a05ae7bebc4d03214beed677c8886773e6870;p=thirdparty%2Fapache%2Fhttpd.git Must have missed this in the past. Sorry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83983 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index dfa21e3f27b..cbc403f30b3 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -121,7 +121,9 @@ the log files, and `%' directives which are replaced in the log file by the values as follows:
-%...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
 
The `...' can be nothing at all (e.g., "%h %u %r %s %b"), or it can