Httpd Logging Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:


Time the request was received, in the format <tt>[18/Sep/2011:19:18:28 -0400]</tt>. The last number indicates the timezone offset from GMT
Time the request was received, in the format <tt>[18/Sep/2011:19:18:28 -0400]</tt>. The last number indicates the timezone offset from GMT
The request is recorded with the correct "landing" time, but it may appear in the log later that the requests arrived at the same time, if it longer than those.

Revision as of 00:26, 29 July 2016

External

Internal

Format

%t

Time the request was received, in the format [18/Sep/2011:19:18:28 -0400]. The last number indicates the timezone offset from GMT

The request is recorded with the correct "landing" time, but it may appear in the log later that the requests arrived at the same time, if it longer than those.