stoddard 00/11/02 17:36:52
Modified: htdocs/manual/mod mod_log_config.html Log: Document mod_log_config %c option Revision Changes Path 1.39 +4 -0 httpd-docs-2.0/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html =================================================================== RCS file: /home/cvs/httpd-docs-2.0/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:51:07 1.38 +++ mod_log_config.html 2000/11/03 01:36:51 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