Forum Moderators: bakedjake
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl perl awstats.pl -update -config=host
to crontab and to start that every 60 minutes..
thanks.
[ertw.com...]
The EDITOR environment variable specifies what editor is launched, the default being vi
EDITOR=pico
might be more friendly to you...
The crontab you want is
0 * * * * /usr/local/awstats/blahblah
which will start it on the hour, every hour.