• 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

VHost configuration broken for all domains after #11

Oliver Meyer

Regular Pleskian
[SOLVED] VHost configuration broken for all domains after #11

Hi,

we are using Plesk 10.4.4 on debian squeeze and have problems after Update 11.

All VHost configurations are broken after this update!
We have the same problem in all VHost configuration files.

Before Update 11 the fcgid wrapper call looks like this:

FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php

After Update 11:

FCGIWrapper .php

As you can see, the path to the wrapper is missing. Reconfiguration
of the domains doesn't change this.

We have also some domains, where the VHost configuration is empty
(except of some comments) after the Update.

Please help!

Best regards,

Oliver Meyer
 
Last edited:
Also, send me to PM login credentials if possible. Developers will check this issue directly on your server.
 
Hi Igor,

here the details:

------------------------------------------------------------------
# Product: Plesk Panel 10 for Linux

# Version: 10.4.4 Update 11

# Operating system: Debian squeeze

# Architecture: x86_64

# Problem description:
After installing update 11 the vhost configuration
files are broken. The path to the fcgid wrapper is
missing:

Before update 11:

FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php

After update 11:

FCGIWrapper .php

# Steps to reproduce:
Not possible for me to test it, but that's what I did.
Install Plesk 10.3 on debian squeeze, upgrade to
10.4.4 and install every microupdate one after another
till update 11. Modify a vhost configuration or wait
for the cronjob to rewrite the vhosts configurations.

# Actual result:
Broken vhost configurations.

# Expected result:
Working vhost configurations

# Any additional information:
Some subdomains have empty vhost
configuration files - fixed them by hand
for the moment.
------------------------------------------------------------------

Best regards,

Oliver Meyer
 
Hi Igor,

the problems are solved. I installed MU#12 and refreshed the
vhost configurations - the configurations are ok now :)

Best regards,

Oliver Meyer
 
It's things like this that is still holding me back from upgrading to 10.4.4, even thought it was declared stable as of #11. :(
 
It's things like this that is still holding me back from upgrading to 10.4.4, even thought it was declared stable as of #11. :(

Only one case described here against a lot of other successful Plesk upgrades? Did you hear about the same problem with fastcgi after upgrade to MU#11? Any proofs?
 
Well i'm running Debian (along with fastcgi) and i'm still a little scared to upgrade to 10.4.4. Even one report is enough to make me hold back a little, though I know that Plesk upgrades have improved dramatically in the last 2 years.

You know what would help customer confidence (me included), start posting stats on successful upgrades. If I start to see upgrade success rates creep above the 98% mark, then i'd be more inclined to upgrade. Right now we only see the bad reports on these forums, we don't hear about the successes.
 
You can look at the forum of any company and see what they write only about the problems and no one ever writes about the successes. People need help with their problems and they do not need to write about the successes. It's so obvious.
 
In that case you can either state the obvious, or try to change customer perception ;)

Aaaanyways, all i'm saying is that I...as a customer....am afraid of upgrading to 10.4.4, because I don't hear (anywhere, not just here), that there are a lot of successes.....i'm sure there are....and hearing about them would be beneficial and help bolster customer confidence to upgrade.
 
I'm one of those customers with an upgrade problem.

All of my vhosts are displaying the default web page following the upgrade to 10.4.4

If I try and run the httpdmng --reconfigure-domain I get the following:

# /usr/local/psa/admin/sbin/httpdmng --reconfigure-domain domain.co.uk
Unable to register configuration file: template=domainVhost, domain.id=20

So yeah, it's pretty messed up and I'm not sure where to go from here.
 
Possible fix

Hi All.

We've had the same problem after 10.4.4 and throughout v.11. We had to run:
/usr/local/psa/admin/bin/httpdmng --reconfigure-domain [yourdomain.tld]

- For each domain on the server.

When you get the error with the same ID, please go to plesk' interface and have a look at the host settings. In our case it were a domain with no user and password. This same domain gave us a headache earlier due a problem with being unable to delete the site. Somehow the error is related to this.

We updated with a user and password and deleted the site hereafter with no problems.

Finally, run:

/usr/local/psa/admin/bin/httpdmng --reconfigure-all

To update all sites at once. That should do the trick.
 
Back
Top