Updating small parameter in webalyzer

olegan said:
all you need to do is create a custom webalizer.conf file
in the following path:
/usr/local/directadmin/data/templates/custom/webalizer.conf
I followed your instructions but I'm not sure what you mean by:
Then execute the DA update manually to check the results throw the shell
I ran the command:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

But I don't see how to check the results.

Help please :) .

Thanks!

Jeff
 
heininger ,
all you need to do is create a custom webalizer.conf file
in the following path:
/usr/local/directadmin/data/templates/custom/webalizer.conf

and this file contents should looks something like that:

These instructions worked for me EXCEPT the * symbol shouldn't be there, it deleted all referrer info.

All you need in /usr/local/directadmin/data/templates/custom/webalizer.conf is:

Code:
HideReferrer |DOMAIN|/

I'd also recommend adding these to give more info in webalizer report:

Code:
TopReferrers 100
TopSearch 100

The only problem is that referrers from parked domains will still be counted. You can exclude them manually by adding them such as

Code:
HideReferrer myparkeddomain.com/
 
Back
Top