Kapitel 06: Log Files, mit Manual

This commit is contained in:
Sven Velt 2024-10-15 14:38:57 +02:00
parent 0836feb07d
commit 8e39b99920

View file

@ -0,0 +1,20 @@
##### Kapitel 6 - Log-Files
#LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog "logs/combined.log" combined
LoadModule logio_module modules/mod_logio.so
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
CustomLog "logs/combinedio.log" combinedio
LogFormat "%{Referer}i -> %U" referer
CustomLog logs/referer.log referer
LogFormat "%{User-agent}i" agent
CustomLog logs/agent.log agent
### Manual aktivieren
LoadModule negotiation_module modules/mod_negotiation.so
Include conf/extra/httpd-manual.conf