Awstats question

Zetec

Verified User
Joined
Jun 18, 2010
Messages
17
Hi, i just installed awstats using ./awstats.sh and is running fine, but some of my clients are in Latin America and i need to set up some of the awstats´s sites on spanish. I tried changing awstats.conf file in /domains/websitecustomer.com/awstats/.data but it still appears in english, do i have to do something else?

thank you
 
You might need to run the script that tallys the values.

echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
 
Thank you scsi, now is working fine.
Do you know what awstats.conf can i modify to create a custom awstats config for all future new customers?
 
There might be one in /usr/local/directadmin/data/templates

You then have to copy it to /usr/local/directadmin/data/custom

Then edit it how you want it.
 
i haven´t found the model conf in /usr/local/directadmin/data/templates but i checked awstats_process.sh code and saw this line:

MODEL=${AWSTATS}/wwwroot/cgi-bin/awstats.model.conf

So i guess that if i edit that conf file all new awstats setup will be made with custom configuration.

If so, is there another step that i am missing?

thank you
 
Back
Top