]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-mod_log_config.conf
- update to 1.3.39
[packages/apache1.git] / apache1-mod_log_config.conf
1 # $Id$
2 LoadModule log_config_module  modules/mod_log_config.so
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
13         CustomLog logs/access_log common
14 #       CustomLog logs/referer_log referer
15 #       CustomLog logs/agent_log agent
16 </IfModule>
This page took 0.080264 seconds and 3 git commands to generate.