Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: connect() failed (11: Resource temporarily unavailable) while connecting to upstream
On Sat, Mar 13, 2010 at 10:36:46PM +0300, SaveFrom.net wrote:
> 2010/03/13 22:19:29 [error] 11592#0: *134452425 connect() to
> unix:/tmp/php-fpm.sock failed (11: Resource temporarily unavailable) while
> connecting to upstream,
>
> Такой ошибкой завален лог. При этом большая часть запросов уходят на бэкэнд
> php-fpm.
> Что может быть не так, что подкрутить?
> nginx 0.8.34
> конфиг php-fpm http://pastie.org/868184
>
> Заранее благодарен за помощь.
Комментарий из ngx_event_connect.c:
/*
* Linux returns EAGAIN instead of ECONNREFUSED
* for unix sockets if listen queue is full
*/
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|