• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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