Just wanted to report this in case someone has additional info.
Running PHP-FPM with cloudlinux patch and MPM Event. Been running great for months
Last night updated to PHP 5.4.33 and updated googles page speed from 1.7 to 1.8 release on a server.
A problem arose that the entry processes observed in lvetop kept rising on higher traffic sites until they maxed out and locked out. I ran ps on the users and there was nothing there. If I restarted Apache and when to a site on the web, almost each click raised the EP count by one and would not go back down.
I removed pagespeed, but the problem persisted. I changed MPM event to prefork and the problem stopped. Switched back to MPM Event, started again.
So seems there is an issue with PHP 5.4.33 and MPM Event. Dont know if anything relates to cloudlinux as Im not sure what to check to further diagnose.
Running PHP-FPM with cloudlinux patch and MPM Event. Been running great for months
Last night updated to PHP 5.4.33 and updated googles page speed from 1.7 to 1.8 release on a server.
A problem arose that the entry processes observed in lvetop kept rising on higher traffic sites until they maxed out and locked out. I ran ps on the users and there was nothing there. If I restarted Apache and when to a site on the web, almost each click raised the EP count by one and would not go back down.
I removed pagespeed, but the problem persisted. I changed MPM event to prefork and the problem stopped. Switched back to MPM Event, started again.
So seems there is an issue with PHP 5.4.33 and MPM Event. Dont know if anything relates to cloudlinux as Im not sure what to check to further diagnose.
Comment