Hello.
I have followed all the steps in the manual, but after installation I open http://myserverip:2086/ and see only blank page...
Besides, there is no file /etc/init.d/ipaliases
OS: CentOS 5.1 i386
Help, please...
Hello.
I have followed all the steps in the manual, but after installation I open http://myserverip:2086/ and see only blank page...
Besides, there is no file /etc/init.d/ipaliases
OS: CentOS 5.1 i386
Help, please...
Try after Restarting the CPanel services using below command.
/etc/init.d/cpanel restart
I hope you have a SSH access to the server.
No effect.
A half services started "OK" and the rest "FAIL"....
Some probably will fail, like Melange Chat services, InterChange, Mailman's master qrunner depending on how you have it setup. Did you try and look into your logs? There should be a cPanel install log, might point you in the right direction.
The trouble was in iptables. I turned them off, but after reboot they turned on, I dont know why it happened....
If you want to turn them off then
service iptables stop
To check and see if they are enabled at boot time
chkconfig --list iptables
If you want to turn them off @ boot time
chkconfig --level 123456 iptables off