Hello,
we tried the following command:
$ sudo apt install --reinstall apache2
Several times on affected machines, and we never had the problem again
(even without fixing the Apache configuration).
The issue seems to happend only for the update from 2.4.18-2ubuntu3.9 to
2.4.18-2ubuntu3.10
--
Yo
# journalctl -u apache2
-- Logs begin at Fri 2019-03-29 14:29:08 UTC, end at Fri 2019-04-05 12:34:50
UTC. --
[...]
Apr 04 06:25:04 0616675e8cc176244 systemd[1]: Reloading LSB: Apache2 web server.
Apr 04 06:25:04 0616675e8cc176244 apache2[15672]: * Reloading Apache httpd web
server apache2
Apr 04
Sorry, wrong machine; here is the correct file:
# grep -i apache /var/log/syslog
Apr 5 06:33:34 0616675e8cc176244 systemd[1]: Stopping LSB: Apache2 web
server...
Apr 5 06:33:34 0616675e8cc176244 apache2[20777]: * Stopping Apache httpd web
server apache2
Apr 5 06:33:35 0616675e8cc176244 apache
Here is the result :
# grep apache /var/log/syslog
# grep -i apache /var/log/syslog.1
Apr 5 06:25:03 0d47a8f6bd573173d systemd[1]: Reloading LSB: Apache2 web server.
Apr 5 06:25:03 0d47a8f6bd573173d apache2[26744]: * Reloading Apache httpd web
server apache2
Apr 5 06:25:03 0d47a8f6bd573173d
Public bug reported:
Hello,
The latest release of Apache 2 package for Xenial has stopped Apache service
but did not restart it after update.
This affected several of our servers during unattended update.
$ apt-cache policy apache2
apache2:
Installed: 2.4.18-2ubuntu3.10
Candidate: 2.4.18-2u
Thanks you very much for your analysis.
To give a bit more context, we are using this package on several AWS
instances, and we got them randomly stop working all suddenly. As
killing the instances and waiting on Auto-scaling group to spawn new one
(with the same base AMI and php-fpm at the same or
Public bug reported:
The unattended update has launch the update of php7.0-fpm that trigger
the stop of php7.0-fpm service (timestamp match that operation). The
service does not restart within 10 minutes.
# systemctl status php7.0-fpm
● php7.0-fpm.service - The PHP 7.0 FastCGI Process Manager