Archive for the ‘Cpanel’ Category

CSF is a powerful Firewall for Linux and cPanel servers are here are the steps to get it working with Virtuozzo VPS Installation rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz tar -xzf csf.tgz cd csf sh install.sh After the...

cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. The usual error which comes up with phpmyadmin. The issue can either be due to the cPanel's PHP or...

The cPanel error logs shows Out of Memory! when you click the "update now" button in Awstats. This usually happens when cPanel's php is set with low memory. But in most of the cases this is not the issue. Go to WHM > Tweak Settings > "The maximum...

Hi guys, When PHP is compiled as CGI, you won't be able to provide custom php flags in .htaccess or just simply add a php.ini if your home directory. To enable a custom php.ini for your domain running PHP as cgi, perform the following...

Make sure that Imagemagick is not installed via Easyapache3. If you already have ImageMagick installed via rpm, you need to remove it. Find the rpms using the following command. rpm -qa |grep -i imagemagick Remove the rpms in the following...

Hi guys, you might have faced the issue of /var partition gettting full regularly due to database directory. If you have a larger partition with free space, then it is possible to move the database directory to the larger partition. Here are the...

If you need a simple script to alert you by mail when a user exceeds a predefined mail rate limit, then check this out. mailflag=0 limit=5 mailid=mailaddresshere chkdate=`date -d "60 minute ago" +%Y-%m-%d\...

You may face issue with the perl module LWP libwww-perl . Just do the following check whether the following file exist ls -alh /root/.gnupg cd /usr/local/src/ wget...

Hi guys, You might have come across the issue in WHM showing incorrect IP address usage for FTP. This is generated by the script /scripts/ipusage The is is the issue with any of these...

You should enable mod_mono in easyapache to enable ASP.NET. However, for using Mysql database with ASP.NET, you need to download and install a connector from Mysql site. The one you need is Windows Binaries, no installer (ZIP). Installation cd...