S Sp-tech Verified User Joined Apr 30, 2004 Messages 19 Nov 28, 2004 #1 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?
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?
jmstacey Verified User Joined Feb 12, 2004 Messages 3,887 Location Colorado Nov 28, 2004 #2 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
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