mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Detailed information about the strftime access.log format
More descriptive usage of a custom timeformat
This commit is contained in:
parent
0f422fc467
commit
6bd4c3e17d
@ -299,9 +299,13 @@ pm.max_spare_servers = 3
|
||||
; %t: server time the request was received
|
||||
; it can accept a strftime(3) format:
|
||||
; %d/%b/%Y:%H:%M:%S %z (default)
|
||||
The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
|
||||
e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
|
||||
; %T: time the log has been written (the request has finished)
|
||||
; it can accept a strftime(3) format:
|
||||
; %d/%b/%Y:%H:%M:%S %z (default)
|
||||
The strftime(3) format must be encapsuled in a %{<strftime_format>}t tag
|
||||
e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
|
||||
; %u: remote user
|
||||
;
|
||||
; Default: "%R - %u %t \"%m %r\" %s"
|
||||
|
Loading…
Reference in New Issue
Block a user