From fccf6b4526ca24a3cf537830f3fe385467f4a7b3 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Fri, 3 Nov 2000 01:36:51 +0000 Subject: [PATCH] Document mod_log_config %c option 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 | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.40.0