You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/01/18 22:57:28 UTC

svn commit: r1435365 - /httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml

Author: rbowen
Date: Fri Jan 18 21:57:28 2013
New Revision: 1435365

URL: http://svn.apache.org/viewvc?rev=1435365&view=rev
Log:
ErrorLogFormat has different defaults on different MPMs

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml?rev=1435365&r1=1435364&r2=1435365&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml Fri Jan 18 21:57:28 2013
@@ -1500,7 +1500,7 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %
     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>