Question about AWStats in custombuild

ditto

Verified User
Joined
Apr 27, 2009
Messages
2,577
My datacenter have previously installed AWStats on my server. I think they installed the standard DirectAdmin-version of AWStats, as describded here: http://directadmin.com/features.php?id=894

Now I am trying to learn, and I did this in custombuild:
Code:
./build options

But in the output I have this:
Code:
AWstats: no

When I look in usr/local/directadmin/conf/directadmin.conf I have this value:
Code:
awstats=1

My question is, if I have the default DirectAdmin AWStats installed, like described here: http://directadmin.com/features.php?id=894, Is it then correct to have "AWstats: no" in custombuild? Or should it be "yes"?
 
Last edited:
./build set awstats yes
./build awstats d
 
./build set awstats yes
./build awstats d

Thank you, but you did not answer my question. And I can't change this value unless I understand what the value means? Does it refer to the third party AWStats plugin, or does it refer to the built in official AWStats version i DA?
 
how can awstats be "built in" it sill requires a binary to run the stats.

Even following http://directadmin.com/features.php?id=894 it still tells you to install awstats. Custombuild is the alternative to using scripts/awstats.sh. They both do the same thing. Installs the binary so that you can actually use awstats.
 
Back
Top