Webalizer stats issue
I am running the centos build, and have installed webalizer by following the guide here
however, when i run the stats program, webalizer seems to collect stats from the first entry in webalizerScript.sh and then applies that to all of the sites
any ideas on this one?
Thanks
#!/bin/sh
webalizer -n thelongmile -o /srv/www/thelongmile.net/public_html/webalizers /srv/www/apptacious.com/logs/access.log
webalizer -n apptacious -o /srv/www/apptacious.com/public_html/webalizers /srv/www/apptacious.com/logs/access.log
webalizer -n relaxbarmolyvos -o /srv/www/relaxbarmolyvos.com/public_html/webalizers /srv/www/relaxbarmolyvos.com/logs/access.log
webalizer -n casimireffectfilm -o /srv/www/casimireffectfilm.com/public_html/webalizers /srv/www/casimireffectfilm.com/logs/access.log
webalizer -n cardifftweetups -o /srv/www/cardifftweetups.co.uk/webalizers /srv/www/cardifftweetups.co.uk/logs/access.log
1 Reply
webalizer -n apptacious -o /srv/www/apptacious.com/public_html/webalizers /srv/www/apptacious.com/logs/access.log
and that turned up the same issue, it seemed like it was reading the log file from the first entry in the vhost, but I cannot see why it's only reading the logs from the very first vhost