What’s new in Plesk 9?

Whats new in Plesk 9.0? With it’s new multilevel control, Parallels Plesk 9 makes it easy to automate web hosting solutions for small business and resellers. There are five login levels to the control panel each level having its own permissions and features. Administrator – This user has the highest level of permissions. Can be… Continue reading What’s new in Plesk 9?

DDOS Check !

A quick and usefull command for checking if a server is under ddos is: netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n

Published
Categorized as Basics

cPanel/WHM cannot be accessed using IP/whm and IP/cpanel

The reason for this issue due to missing some lines in httpd.conf. Fix ==== 1) Open the apache configuration file(httpd.conf) in your favorite editor. 2) Add the following lines in the httpd.conf. =================================================================== ErrorDocument 400 /400.shtml ErrorDocument 401 /401.shtml ErrorDocument 403 /403.shtml ErrorDocument 404 /404.shtml ErrorDocument 500 /500.shtml ScriptAlias /cgi-sys/ /usr/local/cpanel/cgi-sys/ Alias /sys_cpanel/ /usr/local/cpanel/sys_cpanel/ Alias… Continue reading cPanel/WHM cannot be accessed using IP/whm and IP/cpanel

Published
Categorized as cPanel

WHM locked out – cphulkd

cPHulk Brute Force Protection prevents malicious forces from trying to access your server’s services by guessing the login password for that service. BUT sometimes it becomes troublesome when you are accessing the cPanel with incorrect password and cPanel assuming you as attacker blocks you with below message : ————————————————————————————— This account is currently locked out… Continue reading WHM locked out – cphulkd