webstats update

Sp-tech

Verified User
Joined
Apr 30, 2004
Messages
19
How do you get the webstats to update manually?
My /var/ partition is filling up of logs inside /var/log/httpd/domains

Im guessing the stats hasn't run or something and worry if I delete the logs the bandwidth usuage stats will get deleted?


:confused:
 
This command should update the stats:
Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue

To my knowledge that does not rotate the logs though so they will remain the same size. The default is 100mb per log before DirectAdmin rotates them, this can be changed on the Administration page from DirectAdmin.

This may also be of some help:
http://help.directadmin.com/item.php?id=12
 
Back
Top