Webalizer stats issue

Ola

I am running the centos build, and have installed webalizer by following the guide here http://library.linode.com/web-applicati … r/centos-5">http://library.linode.com/web-applications/analytics/webalizer/centos-5

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

ok so just to add, I attempted to run one of the scripts manually

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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct