diff options
author | Ryan Bloom <rbb@apache.org> | 2000-11-30 17:29:05 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-11-30 17:29:05 +0100 |
commit | 9eb6ae3de759850571c9707a715b6ee031b178fa (patch) | |
tree | 7b951210706d4612c44ba675aaecbb8f41cf46cf /docs/manual/mod/mod_log_config.html | |
parent | This is the Win9x console hook handler ... much code to be pulled now (diff) | |
download | apache2-9eb6ae3de759850571c9707a715b6ee031b178fa.tar.xz apache2-9eb6ae3de759850571c9707a715b6ee031b178fa.zip |
Document mod_log_config %{FOOBAR}C option
Submitted by: Sander van Zoest <sander@covalent.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_log_config.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index ade5782d97..c2d31774f3 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -159,6 +159,8 @@ by the values as follows: '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}C: The contents of cookie "Foobar" in the request sent to the + server. %...{FOOBAR}e: The contents of the environment variable FOOBAR %...f: Filename %...h: Remote host |