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
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
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
GRUB start-up password !
First, boot the system with the first Linux CD, when you see boot prompt, type linux rescue to switch to rescue mode. Here, you will be asked if similar steps should be followed, which need to be followed in the installation. At the prompt, type the next command: # chmod /mnt/sysImage # locate grub.conf #… Continue reading GRUB start-up password !
cPanel email inconsistent quota !
If a cPanel email user quota does not match what is being reported by the system or a mail client run the following to determine how much space has been used for real: du -hs /home/username/mail/userdomain.com/user/ then compare it with what cPanel reports for the disk usage, if they are different delete: /home/username/mail/domain.com/user/maildirsize finally re-login… Continue reading cPanel email inconsistent quota !
OpenVZ : Creating a CentOS 5.0 Template
Creating a CentOS 5.0 Template 1.Install a system (virtual or physical) with the default CentOS installation that you wish to package. This could be a minimal distro or the default distro or even something custom. 1. It’s generally quicker to bootstrap a CentOS system on another yum/rpm-based, or Debian based system by following the instructions… Continue reading OpenVZ : Creating a CentOS 5.0 Template
APF installation error on VPS : unable to load iptables module (ip_tables), aborting.
While installing APF on your VPS you get the following error : # apf -r apf(28442): {glob} status log not found, created apf(28463): {glob} flushing & zeroing chain policies apf(28463): {glob} firewall offline apf(28500): {glob} activating firewall apf(28551): {glob} unable to load iptables module (ip_tables), aborting. apf(28500): {glob} firewall initalized apf(28500): {glob} !!DEVELOPMENT MODE ENABLED!!… Continue reading APF installation error on VPS : unable to load iptables module (ip_tables), aborting.
Protected: Parallels Virtuozzo vzup2date error : [RPM] Dependencies conflict.
There is no excerpt because this is a protected post.
Mailbox unavailable or not local error messages
If you receive this error when adding a domain: <coder>Unable to send notification: mail() failed: SMTP server response: 550 Requested action not taken: mailbox unavailable or not local then you need to add a valid mailbox to your Plesk admin setup. To resolve this issue log into Plesk and click on: Server Edit (under personal… Continue reading Mailbox unavailable or not local error messages