Archive for the ‘Webalizer’ Category
The Webalizer is a GPL application that generates web pages of analysis, from access and usage logs, i.e. it is web log analysis software. It is one of the most commonly used web server administration tools. It was initiated by Bradford L. Barrett in 1997. Statistics commonly reported by Webalizer include: hits; visits; referrers; the visitors’ countries; and the amount of data downloaded. These statistics can be viewed graphically and presented by different time frames, such as per day, hour, or month.
Just execute following command on shell to manually update the webalizer stats for particular domain.
/usr/local/cpanel/3rdparty/bin/english/webalizer -N 10 -D /home/username/tmp/webalizer/dns_cache.db -R 250 -p -n domain.com -o /home/username/tmp/webalizer /usr/local/apache/domlogs/domain.com
Relace domainname.com with your the orignal domain name.
Have you ever thought to check your webalizer stats without login to cPanel. Yes it is possible. Just follow the following steps.
cd /home/username/www
ln -s ../tmp/webalizer webalizer
chown username.username webalizer
cd ../tmp
chmod 755 ./
chmod 755 ./webalizer
It will allow to view the webalizer stats like http://domainname.com/webalizer
cheers