Commit 999b800b authored by dgaudet's avatar dgaudet
Browse files

Always log months in english format for %t in mod_log_config.

PR:		4366, 679
Submitted by:	Petr Lampa <lampa@fee.vutbr.cz>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83211 13f79535-47bb-0310-9956-ffa450edef68
parent 4ccf8983
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -136,9 +136,9 @@ by the values as follows:
%...r:          First line of request
%...s:          Status.  For requests that got internally redirected, this
                is status of the *original* request --- %...&gt;s for the last.
%...t:          Time, in common log format time format
%...t:          Time, in common log format time format (standard english format)
%...{format}t:  The time, in the form given by format, which should
                be in strftime(3) format.
                be in strftime(3) format. (potentially localised)
%...T:          The time taken to serve the request, in seconds.
%...u:          Remote user (from auth; may be bogus if return status (%s) is 401)
%...U:          The URL path requested.