61 articles General cPanel FAQ Page 4 / 7

CPanel webmail not working? webmail error connection timed out 110 Can’t open SMTP stream

webmail error connection timed out 110 Can’t open SMTP stream   If the webmail on cPanel server is giving error as bellow ======================================= ERROR: Message not sent. Server replied: Connection timed out 110 Can’t open SMTP stream. ======================================= If this error occurs when you try to send e-mails using webmail it is a  possibility that…

How do I change my email’s password in cPanel

Changing your password in cPanel is easy, and takes only a minute. First, make sure you’re logged into cPanel. Find, and click Email Accounts. Find the email you wish to modify, and in the same row, click Change Password. Type in your new password twice. You can optionally generate a secure password. Click the Change Password button. Your new…

cPanel mod_fcgid: couldn’t bind unix domain socket

After you change PHP 5 Handler to fcgi mode in cPanel, Home » Service Configuration » Configure PHP and suEXEC You can find the following error in the apache error log. # tail -f /usr/local/apache/logs/error_logs [warn] (13)Permission denied: mod_fcgid: spawn process /usr/local/cpanel/cgi-sys/php5 error [error] (13)Permission denied: mod_fcgid: couldn’t bind unix domain socket /usr/local/apache/logs/fcgidsock/30113.5 The result…

How to check cPanel CPU and Memory usage for a specific user with Bash scripting

http://en.wikibooks.org/wiki/Bourne_Shell_Scripting/Appendix_C:_Quick_Reference #!/bin/bash    = Starting line echo “print text” $X                          = Read the value of X if [ -n $X ]; then # -n tests to see if the argument is non empty Loops while [ $X -le 20 ]                     // ( -le  is equel )    ( -lt Less than) do touch $X.html X=$((X+1))                     // (or) let X=X+1…

How to Limit Connections per IP using mod_limitipconn on cPanel

Problems one of our clients had on their cPanel servers was that some people were using download managers to download files from the server, so hundreds and sometimes thousands of connections were being ESTABLISHED to Apache which would trigger an alert on our IDS systems that a pontental ddos attack was occuring and at the…

How to update mysqltuner.pl to latest version

Login to your system ssh with root 1: Move the old version of mysqltuner.pl mv /usr/local/cpanel/3rdparty/bin/mysqltuner.pl /usr/local/cpanel/3rdparty/bin/mysqltuner.pl.old 2: Create a new file with nano nano /usr/local/cpanel/3rdparty/bin/mysqltuner.pl Copy the newest version from github direct link paste it in the file and save. 3: Change permission chmod 755 /usr/local/cpanel/3rdparty/bin/mysqltuner.pl Congratulations you now have the latest version of mysqltuner.pl   MySQLTuner-perl MySQLTuner…

How to install mysqli in cpanel

To install mysqli using EachApache: 1. Login to WHM as ‘root’ user. 2. Either search for “EasyApache” or go to Software > EasyApache 3. Scroll down and select a build option (Previously Saved Config) 4. Click Start “Start customizing based on profile” 5. Select the version of Apache and click “Next Step”. 6. Select the…