nenonano, apologies for long absence.
Should I uninstall that and go for the contribs version?:
I did that Plus reconfigure, etc. Also enabled awstats in the sme panel.
But I still get these errors - any ideas?:
/bin/bash: /usr/local/awstats/wwwroot/cgi-bin/awstats.pl: No such file or directory
I looked and, of course, there is no file there.
BTW, cron.hourly is the only cron that has an awstats entry:
#!/bin/bash
if [ -f /var/log/httpd/access_log ] ; then
exec /usr/bin/awstats_updateall.pl now -confdir="/etc" -awstatsprog="/var/www/awstats/awstats.pl" >/dev/null
fi
exit 0
I looked and awstats.pl is there.