[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] off topic: webalizer.conf Trying to hide certain things



I read their manual and seems that this is not working for me.

How do you avoid your own (Home IP) to be ignored in the webalizer
stats.

I have the following:

HideSite	*mydomain.com
HideSite	localhost
HideSte	66.xx.xx.xxx (my home IP)

****************

HideReferrer	*mydomain.com

****************

IgnoreAgent	mydomain.com
IgnoreAgent	/stats/*
IgnoreAgent	xx.xx.xxx <--- My IP

Why I am asking is because I get my stats to show my actual IP where
it offsets the logs with the real visitors / hits.

I tried above settings and did not work.  I also tried 
webalizer -c /etc/webalizer.conf to have settings plugged in and 
make sure...

I can always d/l the logs and run it via 3rd party program and filter
out the stuff I just mentioned but that beats the purpose for having
webalizer installed.