Hello, My customer said his webmail login page shows over quota error. When I checked his account, it was over quota. I have increased his cPanel user quota. However, the over quota issue still appears in the cPanel account and in webmail accounts. ———————————-Internal Server Error User ‘useraccount’ is over… Continue Reading login webmail Internal Server Error User is over quota

At times, when we access the Plesk panel by accessing the following URL: ========https://hostname:8443======== It will be redirecting to the following URL: ========http://hostname:11444======== In this case, you will not be able to access the Plesk panel. Fix: Execute the following command as a root user. ======== /usr/local/psa/bin/sso -d ======== You can access… Continue Reading Plesk Panel redirecting to URL: hostname:11444

Ping results from the source always helps us in troubleshooting the issue with connecting to the server or slow loading time. Here is the list of steps to need to follow to enable Ping in Windows machine. 1) Go to Start2) Open a command prompt 3) Type in the following:… Continue Reading Enabling Ping in Windows

After starting named with the command /etc/init.d/named start you get an OK but the named server is not running.  The problem could be that named tries to write to the file /var/run/named.pid . On most Linux/UNIX systems the user named is not allowed to write to that file. Instead the… Continue Reading rndc: connect failed: connection refused

Linux Webhosting Solutions: rndc: connect failed: connection refused

Linux Webhosting Solutions: modfcgid: MaxRequestLen

Issue: Unable to upload files in Joomla, WordPress etc:  $ tail -f /usr/local/apache/logs/error_log |grep domianname.com [Thu Oct 06 12:57:28 2011] [warn] [client 203.197.151.138] mod_fcgid: HTTP request length 131274 (so far) exceeds MaxRequestLen (131072), referer: http://domainname.com/wp-admin/media-new.php?flash=0                               … Continue Reading modfcgid: MaxRequestLen

PHP Fatal error: Class ‘Memcache’ not found in This is the general PHP error that occurs in the website when the Memcache module is missing. Thinking to install memcache via easy apache. Really it is a bad idea. I too tried to install memcache module via easyapache. Every time in… Continue Reading PHP Fatal error: Class ‘Memcache’ not found in

How to install Fantastico on cPanel/WHM ? Just follow the steps below to install Fantastico in cPanel.  SSH to the server at the back end. Then execute the following command 1) cd /usr/local/cpanel/whostmgr/docroot/cgi2) wget -N http:// files.betaservant.com/files/free/fantastico_whm_admin.tgz3) tar -xzpf fantastico_whm_admin.tgz4) rm -rf fantastico_whm_admin.tgz Now login to WHM. 5) Go to Plugins,… Continue Reading How to install Fantastico on cPanel/WHM