A Aiden New Pleskian Feb 8, 2015 #1 Hello! Hope everyone is doing okay. I have a problem with my plesk panel. Ever since I rebooted my server it won't load the IP:8443 page at all. Why does this happen? Any help is appreciated. Thank you!
Hello! Hope everyone is doing okay. I have a problem with my plesk panel. Ever since I rebooted my server it won't load the IP:8443 page at all. Why does this happen? Any help is appreciated. Thank you!
IgorG Plesk addicted! Plesk Certified Professional Feb 8, 2015 #2 Make sure that you have the same start levels for psa service: Code: # chkconfig --list | grep psa psa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Make sure that you have the same start levels for psa service: Code: # chkconfig --list | grep psa psa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
A Aiden New Pleskian Feb 9, 2015 #3 IgorG said: Make sure that you have the same start levels for psa service: Code: # chkconfig --list | grep psa psa 0:off 1:off 2:on 3:on 4:on 5:on 6:off Click to expand... Thank you very much for replying! i ran that command and got this: Code: ]# chkconfig --list | grep psa psa 0:off 1:off 2:on 3:on 4:on 5:on 6:off psacct 0:off 1:off 2:off 3:off 4:off 5:off 6:off ftp_psa: on poppassd_psa: on The first one seems fine but psacct doesn't.
IgorG said: Make sure that you have the same start levels for psa service: Code: # chkconfig --list | grep psa psa 0:off 1:off 2:on 3:on 4:on 5:on 6:off Click to expand... Thank you very much for replying! i ran that command and got this: Code: ]# chkconfig --list | grep psa psa 0:off 1:off 2:on 3:on 4:on 5:on 6:off psacct 0:off 1:off 2:off 3:off 4:off 5:off 6:off ftp_psa: on poppassd_psa: on The first one seems fine but psacct doesn't.
IgorG Plesk addicted! Plesk Certified Professional Feb 9, 2015 #4 You can check /var/log/messages why psa service did not start after reboot.
A Aiden New Pleskian Feb 9, 2015 #5 IgorG said: You can check /var/log/messages why psa service did not start after reboot. Click to expand... I just spoke with my host and they told me to disable my firewall. I did and now Plesk works fine! But why can't the two run together? How to disable firewall: http://www.cyberciti.biz/faq/disable-linux-firewall-under-centos-rhel-fedora/
IgorG said: You can check /var/log/messages why psa service did not start after reboot. Click to expand... I just spoke with my host and they told me to disable my firewall. I did and now Plesk works fine! But why can't the two run together? How to disable firewall: http://www.cyberciti.biz/faq/disable-linux-firewall-under-centos-rhel-fedora/
A Aiden New Pleskian Feb 9, 2015 #6 Hello again. I managed to resolve my problem. Iptables was blocking port 8443 so all I had to do was allow that port.
Hello again. I managed to resolve my problem. Iptables was blocking port 8443 so all I had to do was allow that port.