Mono fast cgi not working on nginx

Posted by Luka Horvatic on Server Fault See other posts from Server Fault or by Luka Horvatic
Published on 2011-11-28T23:47:11Z Indexed on 2011/11/29 1:53 UTC
Read the original article Hit count: 903

Filed under:
|
|
|

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?

© Server Fault or respective owner

Related posts about nginx

Related posts about ASP.NET