Re: Mono MVC Timeout

2014-05-05 Thread zvn
Hello, OpenBSD grey.my.domain 5.5 GENERIC.MP # mono --version Mono JIT compiler version 2.10.9 # nginx -V nginx version: nginx/1.4.4 i have exactly the same problem, i run the aspx with a very explicit path: # fastcgi-mono-server4 /applications=grey:/index.aspx:./moon/index.aspx /socket=tcp:127

Re: Mono MVC Timeout

2013-05-26 Thread Jonathan Matthews
How soon after making a request do you see the 504 and how does it relate to your fastcgi_read_timeout setting? (http://wiki.nginx.org/HttpFastcgiModule#fastcgi_read_timeout). [ Whilst I might have been able to check your config for this, I'm not going to bother to download a random rar file and u

Mono MVC Timeout

2013-05-26 Thread Gee
Hi everyone! I am struggling to get a (simple) MVC app work under OpenBSD (5.3) + Mono (2.10.9) + Nginx (1.2.6) I can get a simple index.aspx (Hello World) app to work, but the default MVC 3 template doesn't seem to work. I made some minor changes to remove any reference to SQL providers in Web.