• 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.

Resolved Plesk 17.8.11: all websites with CMS down after 4 Plesk Updates this morning

GerdSchrewe

Regular Pleskian
There were 4 Plesk 17.8.11 updates this morning.

Since this morning all webs with CMS (TYpo3/Wordpress) are not reachable on my two V-Servers.

(Internal Server error).

Restart or „repair web“ does not help.

Mail works.

Plesk works also.

Normal HTML web pages work also.

Plesk 17.8.11 Ubuntu 18.04 LTS

Thanx for any help!
 
This fix has helped me:

Downgrade Apache to previous version:

export version="2.4.29-1ubuntu4"; apt-get install apache2=$version apache2-utils=$version apache2-data=$version apache2-bin=$version

Set to "hold" package for updates:

apt-mark hold apache2
 
 
Back
Top