| … | |
… | |
| 17 | LogFormat "%h %l %u %t \"%r\" %>s %b" common |
17 | LogFormat "%h %l %u %t \"%r\" %>s %b" common |
| 18 | |
18 | |
| 19 | LogFormat "%{Referer}i -> %U" referer |
19 | LogFormat "%{Referer}i -> %U" referer |
| 20 | LogFormat "%{User-Agent}i" agent |
20 | LogFormat "%{User-Agent}i" agent |
| 21 | LogFormat "%v %h %l %u %t \"%r\" %>s %b %T" script |
21 | LogFormat "%v %h %l %u %t \"%r\" %>s %b %T" script |
| 22 | LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i VLOG=${VLOG}e" vhost |
22 | LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i VLOG=%{VLOG}e" vhost |
| 23 | |
23 | |
| 24 | <IfModule logio_module> |
24 | <IfModule logio_module> |
| 25 | # You need to enable mod_logio.c to use %I and %O |
25 | # You need to enable mod_logio.c to use %I and %O |
| 26 | LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio |
26 | LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio |
|
|
27 | LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" vhostio |
| 27 | </IfModule> |
28 | </IfModule> |
| 28 | |
29 | |
| 29 | # The location and format of the access logfile (Common Logfile Format). |
30 | # The location and format of the access logfile (Common Logfile Format). |
| 30 | # If you do not define any access logfiles within a <VirtualHost> |
31 | # If you do not define any access logfiles within a <VirtualHost> |
| 31 | # container, they will be logged here. Contrariwise, if you *do* |
32 | # container, they will be logged here. Contrariwise, if you *do* |