% |
Percent sign (Apache2.0.44 or later) |
% |
Remote IP Address |
% |
Local IP Address |
% B |
Number of bytes transmitted except the HTTP Header |
% B |
The number of bytes transmitted except the HTTP header is displayed in CLF format, that is, when no Bytes are transferred, '-' instead of 0 is displayed. |
% {Foobar} c |
The cookiefoobar content that is sent to the server in the request. |
% D |
The time used by the server to process this request, in microseconds. |
% {Foobar} e |
Environment Variable foobar Value |
% F |
File Name |
% H |
Remote Host |
% H |
Protocol used by the request |
% {Foobar} I |
The content of the Request Header foobar: sent to the server. |
% L |
Remote Login Name (from identd, if supported), will get a "-" Unless identitycheck is set to "on "-". |
% M |
Request Method |
% {Foobar} n |
The content of the annotation foobar from another module. |
% {Foobar} o |
Response Header foobar: content. |
% P |
The standard port on which the server serves the request. |
% P |
The PID of the subprocess that provides services for this request. |
% {Format} p |
PID or TID (thread ID) serving the request. The value range of format is PID and TID (2.0.46 and later versions) And hextid (apr1.2.0 or a later version is required) |
% Q |
Query string (If yes, "? "Boot, otherwise an empty string is returned) |
% R |
The first line of the request. |
% S |
Status. For internal redirection requests, this status indicatesOriginalRequest status.-%> S indicates the status of the last request. |
% T |
Time, in common log time format (Standard English format) |
% {Format} t |
Time, expressed in the format specified by strftime (3. (By default, the local format is used) |
% T |
The time taken to process the request, in seconds. |
% U |
Remote User Name (based on the authentication information; if the returned status (% s) is 401, it may be false) |
% U |
The requested URL path, which does not contain a query string. |
% V |
Standard servername that provides services for this request. |
% V |
The name of the server set according to the UseCanonicalName command. |
% X |
Connection status when the request is complete:
X = |
The connection is interrupted before the response is completed. |
+ = |
The connection continues after the response is sent. |
-= |
Close the connection after the response is sent. |
(In Versions later than 1.3, this command is % C, but this is in conflict with the previous SSL Syntax: % {var} C) |
% I |
The number of bytes received, including the request header data, and cannot be zero. To use this command, you must enable the mod_logio module. |
% O |
The number of bytes sent, including the data in the request header, and cannot be zero. To use this command, you must enable the mod_logio module. |