• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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