Mono fast cgi not working on nginx
- by Luka Horvatic
I installed mono fast cgi for nginx following instructions on:
http://www.mono-project.com/FastCGI_Nginx but when i try to load test aspx file
i getting 502 error gateway,and following error in error log:
2011/11/28 18:49:51 [error] 5376#0: *6 upstream sent unexpected FastCGI record: 3 while reading response header from upstream, client: ipadress, server: ipadress, request: "GET /default.aspx HTTP/1.1", upstream: "fastcgi://127.0.0.1:9999", host: "ipadress"
I tried different things to change but always same result,except maybe sometime in error log is number 1 or 3 instead 6.Nginx ver is 1.03 64 bit,mono and xsp latest versions.
Any idea what could be wrong?