Hi,
danke für die schnelle Antwort. Cool - dat löppt:
LogFormat "%a %l %t "%r" %>s %b "%{Referer}i"" lan
LogFormat "%a %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" www
CustomLog "logs/access_lan.log" lan env=locallog
CustomLog "logs/access_www.log" www env=!locallog
SetEnvIf REMOTE_ADDR "^192.168." locallog
SetEnvIF REMOTE_ADDR "^127.0." locallog
Jetzt würde ich nur noch gerne das Datum mit ins Spiel bringen, aber da macht der Apache wieder nicht mit - z. B. bei
CustomLog "logs/%Y-%m_access_lan.log" lan env=locallog
Damit wäre das dann eine richtig runde Sache :)
Fast. Mit Schuheputzen tut er sich noch schwer. ;-)
... ich arbeite gerade an einem Plug-In für unsere Waschmaschine ;)
Danke,
Joerg