unsupported FastCGI protocol - Django
Igor Sysoev
igor at sysoev.ru
Thu Nov 22 13:04:36 UTC 2012
On Nov 22, 2012, at 16:40 , michela wrote:
> I can no longer access my Django app via a nginx / fastcgi proxy on Centos
> 5.7 after upgrading to Django 1.4.2
>
> Upgrading nginx via yum didn't solve the problem.
>
> The error message in the logs is:
>
> upstream sent unsupported FastCGI protocol version: 60 while reading
> response header from upstream
60 is a code of "<" character and probably begin of "<html>".
This means that Django response is HTTP but not is FastCGI protocol.
--
Igor Sysoev
http://nginx.com/support.html
More information about the nginx
mailing list