How do I make webalizer work with Freebsd 6.1 ?

This is how I did it:

wget -O /usr/local/bin/webalizer http://files.directadmin.com/services/freebsd6.0/webalizer

chmod 755 /usr/local/bin/webalizer

echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue

You will know if it works if you go look at your webalizer stats and their there :)

there is a problem with this tho
that was created back in 2004....

I would like to be able to compile it properly so reverse dns is enabled, so my graphs actually show me some usefull information.
 
For anyone that still doesnt know how.

compile and install the version of GD in ports and then try compile webalizer :)
 
Back
Top