Cpanel / WHM /FTP/E-mail are showing incorrect or zero disk usage

1. Execute following scripts on the server. [crayon-6513ac125b730924224575/] 2. If the issue is still there then check whether "usrquota" option has enabled or not for home directory(/etc/fstab). Please enable it. Also check the rw option of the home directory where user's home directory is there. I did following things. [crayon-6513ac125b733381737889/] 3. Make sure those options has also … [Read more...]

The requested URL /cpanel was not found on this server

The problem is when you attempt to visit “http://example.com/cpanel” and you get the following message or similar: [crayon-6513ac125ba7b498337162/] To fix this, you can add following in /usr/local/apache/conf/httpd.conf [crayon-6513ac125ba7c369419335/] Add this anywhere in the httpd.conf, outside of any <VirtualHost> tags. Restart apache (service httpd restart) And Chill … [Read more...]