]> granicus.if.org Git - apache/commitdiff
Document mod_log_config %c option
authorBill Stoddard <stoddard@apache.org>
Fri, 3 Nov 2000 01:36:51 +0000 (01:36 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 3 Nov 2000 01:36:51 +0000 (01:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86815 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html

index fe7c550ae38bb45926c6cc7553b4f72be2f4a8f9..b77893f46ee52d29114439fa3da77501669947d7 100644 (file)
@@ -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