cPanel : sshd has failed, please contact the sysadmin

If you have changed the shell default Port 22 on a cPanel powered server , restarting sshd from the WHM will fail. You have to ssh to the server and issue the following command to restart sshd… /sbin/service sshd restart To, temporarily, reset your shell port back to 22, run the following command from the Address… Continue reading cPanel : sshd has failed, please contact the sysadmin

WHM :: Access Denied

When you login to the WHM, you get the following error: Access Denied Functions in cPanel / WHM are available only directly through the cPanel and WHM interfaces or through our XML API. It appears that this request is coming from a referring site and might be malicious. When XSRF attacks is enabled in the… Continue reading WHM :: Access Denied

Published
Categorized as cPanel

WHM / cPanel : Munin MySQL Graphs blank

Make sure that the password in /root/.my.cnf is valid, first. In /etc/munin/plugin-conf.d , you will see a file called cpanel.conf . Modify it completely to look like so: [mysql*] user root group wheel env.mysqladmin /usr/bin/mysqladmin env.mysqlopts -u [MySQL_usr] -p[MySQL_usrpassword] ### [MySQL_usr] is a valid MySQL user and [MySQL_usrpassword] is it’s password ### you can use… Continue reading WHM / cPanel : Munin MySQL Graphs blank

Published
Categorized as cPanel

Invalid command ‘SSLEngine’

CentOS release 4.5 (Final) Server version: Apache/1.3.37 (Unix) You can get this error for lots of reasons (including the mod_ssl.c module not being loaded) but my problem to day was the above error spat out by: apachectl configtest The reason is that apachectl DOES NOT define SSL (i.e. when it’s checking the config file). Therefore… Continue reading Invalid command ‘SSLEngine’

Published
Categorized as cPanel

Plesk – Cannot FTP to a domain after its physical hosting has been recreated

1. Physical hosting on a domain had been removed. 2. Then it was recreated using the same FTP user name. 3. After that it’s impossible to login by ftp to the domain, the FTP server returns an error: 530 User fp1 cannot log in, home directory inaccessible. CAUSE IIS cache causes this problem. RESOLUTION Here… Continue reading Plesk – Cannot FTP to a domain after its physical hosting has been recreated

Published
Categorized as Plesk

rndc: the key is invalid

Problem: ——— Issue: ——— While starting named, or when running /etc/rc.d/init.d/named status, you get the following error: rndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is invalid. Solution: ——- Fix: ——-… Continue reading rndc: the key is invalid