summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1999-05-16 23:39:42 +0000
committerdgaudet <dgaudet@unknown>1999-05-16 23:39:42 +0000
commit376ad0e88080dfddab9fd0f9bf508c820def4a77 (patch)
tree7835a9c215a609c895a561c2deebc51af72b139e /docs
parent7af4a107fc02315a6f9a085772f4a9753767efb3 (diff)
downloadhttpd-376ad0e88080dfddab9fd0f9bf508c820def4a77.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_log_config.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html
index 54c73aa97e..e9bb199a42 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 --- %...&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.