Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: upstream sent unsupported FastCGI protocol version
On Feb 5, 2012, at 7:30 PM, Maxim Dounin wrote:
nginx -V
nginx version: nginx/1.0.11
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx/ --sbin-path=/usr/sbin/nginx
--conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log
--http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid
--lock-path=/var/run/nginx.lock
--http-client-body-temp-path=/var/cache/nginx/client_temp
--http-proxy-temp-path=/var/cache/nginx/proxy_temp
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp
--http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx
--with-http_ssl_module --with-http_realip_module --with-http_addition_module
--with-http_sub_module --with-http_dav_module --with-http_flv_module
--with-http_mp4_module --with-http_gzip_static_module
--with-http_random_index_module --with-http_secure_link_module
--with-http_stub_status_module --with-mail --with-mail_ssl_module
--with-file-aio --with-ipv6 --with-debug
по поводу проверить на 1.1.x ? я не могу ставить development версию на
продакшен.
debug log включил, как будет информация отпишу сюда
> Hello!
>
> On Sun, Feb 05, 2012 at 06:29:53PM +0400, Никита Кузнецов wrote:
>
>> Добрый день
>> Периодически сервер возвращает 502.
>> Происходит это достаточно редко, но сам факт неприятен.
>> В логах в этот момент следующее
>> ----------
>> 2012/02/05 16:29:07 [error] 13251#0: *3403304 upstream sent unsupported
>> FastCGI protocol version: 44, client: 11.22.33.44, server: domain.tld,
>> request: "GET /uri/ HTTP/1.1", host: "www.domain.tld", referrer:
>> "http://www.domain.tld/uri/"
>> 2012/02/05 16:29:07 [alert] 13251#0: *3403304 recv() failed (95: Operation
>> not supported) while reading response header from upstream, client:
>> 11.22.33.44, server: domain.tld, request: "GET /uri/ HTTP/1.1", upstream:
>> "fastcgi://unix:///var/run/php5-fpm.sock:", host: "www.domain.tld",
>> referrer: "http://www.domain.tld/uri/"
>> -----------
>>
>> nginx - 1.0.11
>> PHP - 5.3.5
>>
>> уважаемая публика, подскажите, с чем это может быть связано и как это лечить?
>
> Нужен вывод nginx -V, конфиг и debug log, см.
> http://wiki.nginx.org/Debugging.
>
> Даже если допустить, что бекенд действительно прислал мусор вместо
> ответа (на что как бы намекает фраза "upstream sent unsupported
> FastCGI protocol version: 44") - в любом случае alert'а про "recv()
> failed" выглядит как баг.
>
> И желательно проверить, что на 1.1.x проблема воспроизводится.
>
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|