brian 97/01/20 01:19:08
Modified: htdocs/manual/mod mod_log_config.html
src mod_log_config.c
Log:
Reviewed by: Rob Hartill, Brian Behlendorf
Submitted by: David J MacKenzie <[EMAIL PROTECTED]>
Clarification.
Revision Changes Path
1.10 +1 -1 apache/htdocs/manual/mod/mod_log_config.html
Index: mod_log_config.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_config.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C3 -r1.9 -r1.10
*** mod_log_config.html 1997/01/10 08:24:02 1.9
--- mod_log_config.html 1997/01/20 09:18:59 1.10
***************
*** 99,105 ****
by the values as follows:
<PRE>
! %...b: Bytes sent.
%...f: Filename
%...h: Remote host
%...{Foobar}i: The contents of Foobar: header line(s) in the request
--- 99,105 ----
by the values as follows:
<PRE>
! %...b: Bytes sent, excluding HTTP headers.
%...f: Filename
%...h: Remote host
%...{Foobar}i: The contents of Foobar: header line(s) in the request
1.23 +1 -1 apache/src/mod_log_config.c
Index: mod_log_config.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_log_config.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C3 -r1.22 -r1.23
*** mod_log_config.c 1997/01/20 04:28:14 1.22
--- mod_log_config.c 1997/01/20 09:19:07 1.23
***************
*** 109,115 ****
* literal characters copied into the log files, and '%' directives as
* follows:
*
! * %...b: bytes sent.
* %...f: filename
* %...h: remote host
* %...{Foobar}i: The contents of Foobar: header line(s) in the request
--- 109,115 ----
* literal characters copied into the log files, and '%' directives as
* follows:
*
! * %...b: bytes sent, excluding HTTP headers.
* %...f: filename
* %...h: remote host
* %...{Foobar}i: The contents of Foobar: header line(s) in the request