• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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