How to run AWStats?

wzird

New member
Joined
Oct 15, 2009
Messages
4
I followed the instructions here: http://www.directadmin.com/features.php?id=894 to setup AWStats, and when I click "Site Summary / Statistics / Logs" for my site, there's a section for AWStats; however, there's a greyed-out box that says "no awstats" next to the domain name.

I think this is because AWStats is installed, but the analyzer script has not been run yet... but I can't figure out where it is to run it. Can someone help?
 
Wait until the task.que is next run or you can run it manually
Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
 
Back
Top