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