Awstats issue

localrich

Verified User
Joined
Feb 14, 2008
Messages
15
Moved all domains to a new server and now none of the domains with awstats actually update and show usage. The page show usage from the previous server just not anything after the move,

I tried uninstalling and re-installing awstats
I've ran the tally manually.

Looking for troubleshooting ideas.
 
Those links seems to be old and outdated. Today AWStats is available directly in custombuild. If the person do not have AWStats installed, I would recommend to install it like this:

Code:
cd /usr/local/directadmin/custombuild
./build set awstats yes
./build update
./build awstats

Then edit this file: /usr/local/directadmin/scripts/awstats_process.sh and change ADD_HTML=1 to be ADD_HTML=0 (it is much better to only use the cgi/dynamic way of reading the stats, because generating the html files takes a lot of cpu on servers with many domains, and I don't see any benefit of generating the html files).

Then finally run the tally so that you don't have to wait until midnight before you test that AWStats is working:

Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
 
Awstats was installed already via custombuild redid the install modified the file per your suggestion and ran the tally an hour later nothing has updated.

Guess I'll reach out to DA Support and see what they can figure out.
 
Back
Top