how to add a new site to awstats
October 17th, 2010 by Lawrence David
- create an appropriate conf file here: /etc/awstats/
- perform initial build:/usr/lib/cgi-bin/awstats.pl -config=my.domain.com
- add to crontab: $ sudo crontab -e
- 3,33 * * * * /usr/lib/cgi-bin/awstats.pl -config=my.domain.com -update >/dev/null