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

Introduction The error “PHP Fatal error: Class ‘Memcache’ not found” usually occurs when the Memcache PHP module is missing or not properly compiled in PHP. This issue commonly affects PHP applications that depend on the Memcache extension for caching functionality. In some cases, enabling Memcache through EasyApache may show the… Continue Reading PHP Fatal error: Class Memcache not found in

Introduction Fantastico is a script auto-installer for cPanel that allows users to install popular web applications such as WordPress, Joomla, Drupal, and more with a few clicks. Prerequisites Before proceeding, ensure: Implementation Step 1: Login via SSH Access the server through SSH as the root user. Step 2: Navigate to… Continue Reading How to install Fantastico on cPanel/WHM