• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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