PHP FastCGI hangs
- Read more about PHP FastCGI hangs
- Log in to post comments
Just as a self reminder, this blog post explains why php-cgi might hang/stop silently when your load increases, and how to fix it, where it explains (in short) that fast-cgi should have the parameter PHP_FCGI_MAX_REQUESTS should equal 1000 or more (this can be done in /etc/default/php-fastcgi on my Ubuntu server).
Also worth a look is this page which has nothing to do with fast-cgi but describes how to increase th