Error: The Domain already exists in Apache Configuration

Sometimes when we try to add a subdomain, parked, or add-on domain via cPanel it causes an error: [wpfmb type=’error’ theme=2]The Domain already exists in Apache Configuration[/wpfmb] To resolve this error we have to remove all instances of the domain name. 1. First verify Ownership of the Domain in question: grep mydomain.com /etc/userdomains 2. Verify if a DNS Zone […]

Continue Reading…

Error: To add, edit, or remove IPs, please contact your server administrator.

When you add IP from WHM, you may get the following message: [wpfmb type=’warning’ theme=2]To add, edit, or remove IPs, please contact your server administrator.[/wpfmb] To fix this issue, Login to your server as root and try adding the IP Address + Netmask to /etc/ips. cat /etc/ips ip:netmask:broadcast 192.168.1.XX:255.255.255.255:192.168.1.255 After that restart the ipalias service /etc/init.d/ipaliases […]

Continue Reading…

Plesk Error:disk quota is not supported due to configuration of server file system in plesk”

Some times we often come across this error of plesk: [wpfmb type=’error’ theme=2]disk quota is not supported due to configuration of server file system in plesk[/wpfmb] For this error just do the following steps: /etc/fstab At first it will look like: /dev/md0 / ext3 defaults 1 1 Just Add ‘usrquota’ to the options in fstab […]

Continue Reading…

pure-authd (/usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/sbin/pureauth) running as root with PID

While trying to restart FTP via WHM we are getting the error : [wpfmb type=’error’ theme=2] pure-authd (/usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/sbin/pureauth) running as root with PID[/wpfmb] Login to WHM >> Manage Service SSL Certificates >>Reset the FTP SSL certificate. Try restarting FTP, It should work. After that make sure to run: /scripts/upcp –force If […]

Continue Reading…

syslogd shows failed in WHM

When we check WHM >> Service status shows that ” syslogd ” is stopped. But While we login to server and check the status is up service rsyslog status ** Try restarting syslogd ** /scripts/restartsrv syslogd /etc/init.d/rsyslog restart ** Try restarting chkservd ** /scripts/restartsrv chkservd service chkservd restart Still if it don’t show its up, […]

Continue Reading…

Httpd wont start in direct admin and gives the error

While trying to start httpd in direct admin giving the following error: # /etc/init.d/httpd start [wpfmb type=’error’ theme=2]Starting httpd: Syntax error on line 30 of /usr/local/directadmin/data/users/clickalist/httpd.conf:Invalid command ‘php_admin_flag’, perhaps misspelled or defined by a module not included in the server configuration[/wpfmb] To resolve this error follow the steps below: ./build update Backup any file named […]

Continue Reading…