stoddard 00/11/02 13:52:25
Modified: htdocs/manual/mod mod_log_config.html
Log:
Doc for new mod_log_config %c option.
Revision Changes Path
1.39 +4 -0 httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html
Index: mod_log_config.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- mod_log_config.html 2000/09/30 18:49:46 1.38
+++ mod_log_config.html 2000/11/02 21:52:23 1.39
@@ -155,6 +155,10 @@
%...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.
+%...c: Connection status when response is completed.
+ 'X' = connection aborted before the response completed.
+ '+' = connection may be kept alive after the response is
sent.
+ '-' = connection will be closed after the response is sent.
%...{FOOBAR}e: The contents of the environment variable FOOBAR
%...f: Filename
%...h: Remote host