https://bz.apache.org/bugzilla/show_bug.cgi?id=53555

--- Comment #56 from Valentin Gjorgjioski <[email protected]> ---
from what I understand, it seems that Apache can't do anything about this, it
seems correct behavior. It waits on the socket for its output. Timeouts are
high (30 seconds) so on a busy server if all php-fpm processes working on that
socket are occupied (not returning result), queue is getting bigger and bigger. 

And indeed every-time this crashed happened I found timeout in error logs (just
for certain web sites), which I have missed previously.  

It seems like the problem is in php-fpm, that started with my recent upgrade.
Problems with the opcache started also there. And I replaced mysql with mysqlnd
in that update. So many changes, something was broken, but I think there is
nothing wrong with apache. Problem should be either in php-fpm or php-mysqlnd
or maybe in the web-sites themselves. 


At the end it will be great if apache provides ability to limit number of
processes per virtual host (as php-gpm allows this). This way it will be also
much easier to isolate/solve the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to