]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ErrorLogFormat has different defaults on different MPMs
authorRichard Bowen <rbowen@apache.org>
Fri, 18 Jan 2013 21:59:02 +0000 (21:59 +0000)
committerRichard Bowen <rbowen@apache.org>
Fri, 18 Jan 2013 21:59:02 +0000 (21:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1435366 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 17c50f9732f303428174d5815a04ab4b8ed94bb4..26245e54f9125d9b853d361a2ff7cabe3908ed0b 100644 (file)
@@ -1505,7 +1505,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
     unique id will be used as log ID for requests.</p>
 
     <highlight language="config">
-#Example (default format)
+#Example (default format for threaded MPMs)
 ErrorLogFormat "[%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M%&nbsp;,\&nbsp;referer\&nbsp;%{Referer}i"
     </highlight>