socket() failed: No buffer space available) while connecting to upstream,
- by alfish
On my ubuntu 10.04 VPS, I get regular 500 error on nginx (0.7.??)+ fcgi web server running a durpal site. and when I trace the nginx error log I see plenty of these:
socket() failed: No buffer space
available) while connecting to
upstream ...,
I have tried differnt combination configs but none fixed the problem. Currently I have 3 nginx workers, Keep-alive time out 15 seconds and and
PHP_FCGI_CHILDREN=5
PHP_FCGI_MAX_REQUESTS=1000
I really appreciate if you Can you suggest a solution to this annoying problem.