#
# ACHTUNG! DIES IST KEIN SKRIPT!!
# Die Beispielzeilen gehören in die Apache httpd Konfiguration
# oder die seitenspezifische .htaccess!
#
<IfModule mod_log_config.c>
	LogLevel info rewrite:trace5
	LogFormat "%h %l %u %t \"%r\" %>s %b" common
	CustomLog logs/access_log common
	CustomLog logs/agent_log "%{User-agent}i"
</IfModule>