#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
#
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b %T" common
<ifmodule>
# You need to enable mod_logio.c to use %I and %O
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
</ifmodule>
#
# The location and format of the access logfile (Common Logfile Format).
# If you do not define any access logfiles within a <virtualhost>
# container, they will be logged here. Contrariwise, if you *do*
# define per-</virtualhost><virtualhost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
CustomLog logs/access.log common
</virtualhost>
|