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

Issue Error 502 Bad Gateway - Nginx

offroadstore

New Pleskian
Hi, after upgrade my plesk service from 17.5 to 17.8 all the webspace/website are offline.

I check my configuration and the problem is apache not start.

Can not restart web server: INFO: [Sat May 19 10:18:04 CEST 2018]: Service: apache2, Action: start Trying to start service apache2... inactive WARNING! Some problems are found during start service apache2(see log file: /var/log/plesk/rc_actions.log) Continue... /opt/psa/admin/sbin/pleskrc execution failed: Failed to issue method call: Unit apache2.service failed to load: No such file or directory. See system logs and 'systemctl status apache2.service' for details. /bin/systemctl: invalid option -- 'l'

How can i solve it?
Can i disinstall apache and reinstall it? If i use:
apt-get --purge remove apache2

I lose webspace and site?
 
Do not remove Apache from your system. Instead, first try to repair the installation:

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
# plesk repair installation
 
Back
Top