• 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Upgraded from Plesk 9.5 to 11 - all domains show default web page?

DanijelD

Basic Pleskian
Hi,
I have just upgraded Plesk 9.5 to 11. and both domains that I had show default home page.

Only Plesk control pannel works, nothing else: no email, no web.

I can log onto server as root remotely.

Where should I start?

Please help.
 
Have you tried bootstrapper repair procedure?
Also httpdmng --reconfigure-all can help.
 
Yes, that helped, thanks.

"httpdmng --reconfigure-all"

However, first time I executed that command it failed - complained about invalid conf files:
"/var/www./vhosts/mydomain.com/conf/vhosts.conf~"

That's a backup copy of my vhosts.conf.

So I removed the file "vhosts.conf~" on both my domains.

And then executed again "httpdmng --reconfigure-all". It worked.

After I restarted web server, etc, my web is OK.
 
Just to explain what's happening -- Plesk now causes apache to include vhost.conf* as opposed to just vhost.conf
I'm not sure why this is the case, but that's how it is now. You'll see the new style "include" at the end (or close to) the various other files in the conf directory.
 
Back
Top