Whm-cpanel - How to update awstats server wide, UPDATING AWSTATS TO ALL DOMAINS IN SERVER

How to update awstats server wide

UPDATING AWSTATS TO ALL DOMAINS IN SERVER

For updating stats for single domain you can use the following script
/scripts/runweblogs username 
For updating the stats for server-wide. Use the below script, this will update stats for all the domains in the server.
cd /var/cpanel/users

for i in * ; do /scripts/runweblogs $i; done

The topic on Whm-cpanel - How to update awstats server wide is posted by - Veen

Hope you have enjoyed, Whm-cpanel - How to update awstats server wideThanks for your time

Tech Bluff