brian 96/12/21 20:05:17
Modified: htdocs/manual/mod mod_log_config.html
Log:
Reviewed by: Brian Behlendorf
Submitted by: James Cloos
The doc file was not in sync with the comment in the src file.
Revision Changes Path
1.8 +14 -14 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.7
retrieving revision 1.8
diff -C3 -r1.7 -r1.8
*** mod_log_config.html 1996/12/09 02:04:56 1.7
--- mod_log_config.html 1996/12/22 04:05:16 1.8
***************
*** 102,124 ****
%...b: Bytes sent.
%...f: Filename
%...h: Remote host
- %...l: Remote logname (from identd, if supplied)
- %...p: The port request was received on
- %...P: The process ID of the child that serviced the request
- %...r: First line of request
- %...s: Status. For requests that got internally redirected,
- this is status of the <b>original</b> request --- %...>s
- for the last.
- %...t: Time, in common log format time format
- %...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
- %...v: The name of the server (i.e. which virtual host)
%...{Foobar}i: The contents of Foobar: header line(s) in the request
sent to the client.
%...{Foobar}o: The contents of Foobar: header line(s) in the reply.
! %...{Foobar}n: The contents of note "Foobar" from another module
</PRE>
The `...' can be nothing at all (e.g. <code>"%h %u %r %s %b"</code>), or it
can
--- 102,124 ----
%...b: Bytes sent.
%...f: Filename
%...h: Remote host
%...{Foobar}i: The contents of Foobar: header line(s) in the request
sent to the client.
+ %...l: Remote logname (from identd, if supplied)
+ %...{Foobar}n: The contents of note "Foobar" from another module.
%...{Foobar}o: The contents of Foobar: header line(s) in the reply.
! %...p: The port the request was served to
! %...P: The process ID of the child that serviced the request.
! %...r: First line of request
! %...s: Status. For requests that got internally redirected, this
! is status of the *original* request --- %...>s for the last.
! %...t: Time, in common log format time format
! %...{format}t: The time, in the form given by format, which should
! be in strftime(3) format.
! %...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.
! %...v: The name of the server (i.e. which virtual host?)
</PRE>
The `...' can be nothing at all (e.g. <code>"%h %u %r %s %b"</code>), or it
can