From: dgaudet Date: Sun, 16 May 1999 23:39:42 +0000 (+0000) Subject: Always log months in english format for %t in mod_log_config. X-Git-Tag: apache-apr-merge-3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376ad0e88080dfddab9fd0f9bf508c820def4a77;p=thirdparty%2Fapache%2Fhttpd.git Always log months in english format for %t in mod_log_config. PR: 4366, 679 Submitted by: Petr Lampa git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83211 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 54c73aa97e2..e9bb199a42c 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -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 --- %...>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.