Hi guys,
I couldn't find anything via the search so here goes...
All I want to do is exclude the local machine from being logged in the access log of my apache webserver..
In other words.. when I browse to the website MYSELF.. i don't need it to be logged..
I put the following lines in my config file but they don't work for some reason... any clues?
Code:
CustomLog logs/access.log combined
SetEnvIf Remote_Addr "127\.0\.0\.1" dontlog
SetEnvIf Remote_Addr "xx\.xxx\.xxx\.xxx" dontlog

__________________
I'm just a beginner. Don't mock my stupidity! :)
|