From: Eric Covener Date: Thu, 17 Jul 2014 14:07:53 +0000 (+0000) Subject: record for posterity why some 2/3-char formats begin with a funny caret. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68c0418227b880a94a5a257efe2b91653be9f7e;p=thirdparty%2Fapache%2Fhttpd.git record for posterity why some 2/3-char formats begin with a funny caret. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611357 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index df07a75b1e3..14b6d7af5f8 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -341,6 +341,14 @@ information when content caching is involved.

+ +

Note: The '^' character at the start of three-character formats + has no significance, but it must be the first character of any newly + added three-character format to avoid potential conflicts with log + formats that use literals adjacent to a format specifier, such as + "%Dus".

+
+
Examples