From: Bill Stoddard Date: Fri, 3 Nov 2000 01:36:51 +0000 (+0000) Subject: Document mod_log_config %c option X-Git-Tag: APACHE_2_0_ALPHA_8~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fccf6b4526ca24a3cf537830f3fe385467f4a7b3;p=apache Document mod_log_config %c option git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86815 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index fe7c550ae3..b77893f46e 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -155,6 +155,10 @@ by the values as follows: %...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