Included AWStats

daveyw

Verified User
Joined
Jan 5, 2008
Messages
700
Location
/dev/null
Hello boys and girls,

I've installed the included awstats in /usr/local/directadmin/scripts/ but now I got a problem.

My stats won't update automatic, so I need a bash script that can do this:

Grep's the username + the domain and then create's a new stats page

Code:
/usr/local/directadmin/scripts# ./awstats_process.sh
Usage:
./awstats_process.sh <user> <domain> (<subdomain>)
you gave #0: ./awstats_process.sh

Can someone make that or is there a other way to fix the problem?
 
Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
 
Back
Top