Apache stops processing requests (mod_wsgi?)
问题 At some point my site, running on Apache2 with mod_wsgi just stops processing requests . The connection to server is maintained and client waits for responce, but it never is returned by apache. The server at this time is at 0% CPU , and nothing is processing. I think, apache just sends request to queue and never gets them out of there. When I perform apache2ctl graceful the problem does not resolve. Only after apache2ctl restart . My site is a 4 instance wsgi application of Pyramid and 2