• 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 Apache - arbitrary stop

DmitriyK

Basic Pleskian
‪Debian 8.8‬ Plesk Onyx 17.8.2

Apache stops at night without any intervention (23/07/2017)
I assume that this happens after the automatic installation of Plesk updates
upload_2017-7-23_10-10-19.png
 
Hi DmitriyK,

could you provide more details? Depending - log - entries ( apache + logs from "/var/log/plesk" ) to investigate possible issues/errors/problems?
 
Solution from technical support Plesk:

psa-mod-fcgid-configurator must be at least version libapache2-mod-fcgid-psa_2.3.9.4 (If less - you need to install a patch or update the system)

1. Switch the Apache mode from "mpm_event" to "mpm_prefork" in Pelsk> Tools and Settings> Apache Web server;
2. Increase the value of the "Apache restart interval" to 60 seconds in Pelsk> Tools and Settings> Apache Web server;
3. Replace "/etc/init.d/apache2 reload" with "/etc/init.d/apache2 restart" in the /etc/logrotate.d/apache2 file.

And then Apache it will not shut down when you update Plesk
 
Back
Top