[cPanel] Fix Bandwidth Logs on all users

To run/fix all users Web logs (Bandwidth Fix) run the following command from root SSH

 
for i in `cat /etc/userdomains | grep -v nobody | awk '{print $2}' | sort |
uniq`; do /scripts/runweblogs $i; done
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Configuring Apache to use mod_expires

mod_expires it will caches the page content to the visitors temporary files it may reduce on your...

Fix for Munin MySQL Monitoring Plugin Graph Not Showing or Blank

through WebHost Manager (WHM) has added the Munin Service Monitor as easily installed plugin to...