How to enable awstats in directadmin
By default, DirectAdmin comes with webalizer stat software, but it is possible to switch to awstats. Just be aware it is a global on/off switch and not per domain.
If you wish to enable this feature for testing or use, you must install awstats. Type:
da build set awstats yes
da build awstats
echo "action=tally&value=admin&type=user" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d800
echo "action=tally&value=[USERNAME]&type=user" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d800
Comments
Post a Comment