]> git.pld-linux.org Git - packages/apache1.git/blame - apache1-mod_log_config.conf
rel 15; builds
[packages/apache1.git] / apache1-mod_log_config.conf
CommitLineData
c6d435c1 1# $Id$
9938e567 2LoadModule log_config_module modules/mod_log_config.so
c6d435c1
ER
3
4###
5### Log configuration Section
6###
7<IfModule mod_log_config.c>
8 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
9 LogFormat "%h %l %u %t \"%r\" %>s %b" common
10 LogFormat "%{Referer}i -> %U" referer
11 LogFormat "%{User-agent}i" agent
12
ff589aab 13 CustomLog logs/access_log common
98889a81
ER
14# CustomLog logs/referer_log referer
15# CustomLog logs/agent_log agent
c6d435c1 16</IfModule>
This page took 0.100114 seconds and 4 git commands to generate.