summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_log_config.html
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2000-11-03 01:36:51 +0000
committerBill Stoddard <stoddard@apache.org>2000-11-03 01:36:51 +0000
commitfccf6b4526ca24a3cf537830f3fe385467f4a7b3 (patch)
tree9bb89d264f3c3395fd8c662c1463d40e4be9a19d /docs/manual/mod/mod_log_config.html
parent98eac2bd1ca0c1da1cc80983eeb1b15a6debf447 (diff)
downloadhttpd-fccf6b4526ca24a3cf537830f3fe385467f4a7b3.tar.gz
Document mod_log_config %c option
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86815 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_log_config.html')
-rw-r--r--docs/manual/mod/mod_log_config.html4
1 files changed, 4 insertions, 0 deletions
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