Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to fix the issues wuth Awstats and Webalizer weblogs on cPanel?  (Read 3548 times)

0 Members and 1 Guest are viewing this topic.

lijeshk

  • Guest

If Awstats and Webalizer weblogs is not working on your cPanel server, you can follow the steps given bellow to fix the issue.

  • SSH to server as root and run the following commands:

Code: [Select]
[root@fhjdhj ~]#echo “” >
[root@fhjdhj ~]#/scripts/runweblogs
[root@fhjdhj ~]#/scripts/fixwebalizer

           Or

  • You can issue the following commands. It will update the stats of all users, and can be a time consuming process:

Code: [Select]
[root@fhjdhj ~]#cd /var/cpanel/users
[root@fhjdhj ~]#for i in * ; do /scripts/runweblogs $i ; done

---