• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Need to run httpdmng --reconfigure-all after reboot and any vhost change

Just tested with MU14 and still have the problem :(
=> After a reboot, the apache server display the default page and after a restart of the http daemon, everything is back working.
 
same problem,, i can't restart, reboot from plesk panel, if i click on restart it's going to shutdown !!! any help please :(
11.5.30 Update #23, last updated at Nov 19, 2013 04:59 AM
 
Hi, I have the same pbs on a VPS (CentOS 6.5) with Plesk 11.5.30 Update #32... Does anyone have an idea of an easy way to fix it ? I can't wait for a fix from Parallels as this bug is here since more than 6 months...
Best regards
Camille
 
More than 1 year after the first post, this issue still happens in one of my containers (only one of them) using latest plesk 12 version and we still need to restart httpd.
Shame on you, plesk team
 
Only solution (still used on my servers) is the one reported by @MeriturvaM: add the 2 lines below at the end of the /etc/rc.local file to prevent apache displaying the default page and force a reload of the http daemon after 10s on startup.

sleep 10
/etc/init.d/httpd restart
 
Back
Top