You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/12/15 20:06:01 UTC

svn commit: r1818323 - /httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Author: jailletc36
Date: Fri Dec 15 20:06:01 2017
New Revision: 1818323

URL: http://svn.apache.org/viewvc?rev=1818323&view=rev
Log:
"{c}L" exists and logs the "Log-Id of the Connection".

I'm not sure of the description to write there, so I just mention it in the doc and hope s.o. will find the words :)

This has been introduced in r992806 and is also part of 2.4.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml?rev=1818323&r1=1818322&r2=1818323&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml Fri Dec 15 20:06:01 2017
@@ -146,6 +146,9 @@
             logged to the error log for this request). Look for the
             matching error log line to see what request caused what error.</td></tr>
 
+    <tr><td><code>%{c}L</code></td>
+        <td></td></tr>
+
     <tr><td><code>%m</code></td>
         <td>The request method.</td></tr>