Hi,
My site has been very unstable for months, I finally tracked down the possible cause: Apache keeps crashing because some unknown email activities causing MaxClients being reached (if that makes any sense..).
This is what I see in /var/log/apache2/error.log.
Code:
[Sun Jun 07 06:46:20 2015] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.14 with Suhosin-Patch configured -- resuming normal operations
sh: 1: /usr/sbin/sendmail: not found
sh: 1: /usr/sbin/sendmail: not found
sh: 1: /usr/sbin/sendmail: not found
sh: 1: /usr/sbin/sendmail: not found
sh: 1: /usr/sbin/sendmail: not found
sh: 1: /usr/sbin/sendmail: not found
sh: 1: /usr/sbin/sendmail: not found
sh: 1: /usr/sbin/sendmail: not found
[Mon Jun 08 04:27:03 2015] [notice] caught SIGTERM, shutting down
[Mon Jun 08 04:27:04 2015] [notice] Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.14 with Suhosin-Patch configured -- resuming normal operations
[Mon Jun 08 04:27:08 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting
I do send email newsletter through MailChimp, but I would assume MailChimp is doing the work. Who is sending emails through my site then? Is there a way to stop this email-sending activity?
Kind of a newbie here, any help is very welcome!
Allen