
as root:
yum install awstatsto build the the stats:
/usr/share/awstats/wwwroot/cgi-bin/awstats.pl -config=localhost.localdomain -updateYour stats are now available at
http://localhost/awstats/awstats.pl?config=localhost.localdomain
If you need to see the stats not only from your server but from others pc simply edit
/etc/httpd/conf.d/awstats.confand replace
Allow from 127.0.0.1with the ip addresses of your clients or
Allow from allto open the stats to all ip addresses.
To update the stats just schedule the command as root
/usr/share/awstats/wwwroot/cgi-bin/awstats.pl -config=localhost.localdomain -updatewith cron or Gnome Schedule