View Single Post

  #2 (permalink)  
Old 03-30-2006, 10:15 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,101
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

You need to setup cron job that update stats every 5/10 mins. For example here is cron job i run:

Code:
10 * * * *   /usr/local/awstats/tools/awstats_buildstaticpages.pl   -config=www.cyberciti.biz   -update   -awstatsprog=/usr/local/awstats/wwwroot/cgi-bin/awstats.pl   -dir=/home/httpd/vhosts/cyberciti.biz/httpdocs/tools/awstats/   >/dev/null   2>&1
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote