1) Download the file
ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.01-06-linuxelf-bin.tgz2) untar it (tar xzvf webalizer-2.01-06-linuxelf-bin.tgz)
3) modify the file webalizer.conf (you can see an exemple on my site :
http://www.grand-pa.dyndns.org/divers/webalizer/webalizer.conf)
4) run webalizer (./webalizer -c webalizer.conf)
If you want to run it periodically, you can create a file /etc/cron.d/webalizer :
MAILTO=admin
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
*/20 * * * * root /usr/bin/webalizer -c /etc/webalizer.conf > /dev/null
Of course, change the paths to make them corresponding to where you have put the binary and the configuration files.
Restart the cron daemon (service crond restart) and the html page will be updated every 20 minutes.
I apologize for my english.
Regards