• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

after upgrade to 10.3.0 all domains show Apache 2 Test Page

S

StefW

Guest
Hello there,

after upgrade to 10.3.0 (linux) from 10.2.0 all my domains point to the "Apache 2 Test Page"

Does anyone has an idea what to do???

Thanks,
Stef
 
Try

# /usr/local/psa/admin/bin/httpdmng --reconfigure-all
 
After update to 10.3 i have the same issue

output of httpdmng :

2011-07-22T12:08:38+02:00 ERR (3): Apache config (13113293080.43218000) generation failed: Syntax error on line 60 of /var/www/vhosts/xxx/conf/13113293080.43218000_httpd.include:
Invalid command 'FcgidInitialEnv', perhaps misspelled or defined by a module not included in the server configuration
 
Looks like that it is caused by misconfigured FastCGI module in Apache because 'mod_fcgid.so' inside /usr/lib/httpd/modules is outdated after upgrade. Try to perform bootstrapper repair or manually reinstall packages libapache2-mod-fcgid-psa and psa-mod-fcgid-configurator. You can find them here http://64.131.90.31/PSA_10.3.0/ for your OS version.
 
thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you...

exactly the same thing happened to me - i.e. Apache Test page after upgrade to 10.0.3.0 and the supplied command fixed it!

P.s. what exactly does it do - obviously it 'reconfigures' something...but what?!

thanks,
Matt
 
Back
Top