webalizer & awstats

Does webalizer show up in the control panel when you click on stats?

If not then open your directadmin.config file and make sure webalizer is set to =1


To your other issue, what happens if you type in "webalizer" from the command line now after you have done those other items?
 
Does webalizer show up in the control panel when you click on stats?

If not then open your directadmin.config file and make sure webalizer is set to =1


To your other issue, what happens if you type in "webalizer" from the command line now after you have done those other items?
Seems to be working ok now. but problem is i had to manually run it.

but erm dont have webalizer in directadmin.config...
 
also how to install awstats? as i've notice theres a plugin but it states its now installed with directadmin, but i can only see the webalizer >.<
 
use custom build for it...

cd /usr/local/directadmin/custombuild

./build awstats

:)

Then have two cold beers.
 
use custom build for it...

cd /usr/local/directadmin/custombuild

./build awstats

:)

Then have two cold beers.
ekk
Code:
[root@uk custombuild]# ./build awstats
You can not install awstats, because you do not have it set in options.conf file.
 
set it in the config file for custom build... while your there make sure webalizer is set too.


/usr/local/directadmin/custombuild/options.confg
 
set it in the config file for custom build... while your there make sure webalizer is set too.


/usr/local/directadmin/custombuild/options.confg
yea done that, and installed sorted, how do i check/make sure its going to work

also does the ./build update actually update the files or do you have to do build all afterwards??

thanks r1
 
build update should update them all, you will need to manually run the stats again or wait for them to run tonight though.
 
build update should update them all, you will need to manually run the stats again or wait for them to run tonight though.
wheres the cron for it tho? or task list, is there away to view this via the GUI?
 
Yes click on a domain and then you should see "Awstats & Webalizer"

To manually run it do this from the cmd line.

PHP:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
 
Yes click on a domain and then you should see "Awstats & Webalizer"

To manually run it do this from the cmd line.

PHP:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue
Sorted, thanks very much! :)
 
Back
Top