Disable stats service for a particular user in cpanel.
November9
You can disable the stats service (Analog or Awstats or Webalizer stats) for a particular user in cPanel using the following steps.
1) Login to the server via ssh.
2) Add the following entries in the cpanel user file /var/cpanel/users/username (Replace “username” with the cpanel user).
skipanalog=1
skipawstats=1
skipwebalizer=1
3) Now restart the cpanel service in the server.
/etc/init.d/cpanel restart























