[Mono-aspnet-list] Mono on Nginx

Jesse Pasichnyk jesse at pasichnyk.net
Tue Feb 15 16:37:10 EST 2011



In my mind, the current fastcgi implemetation in mono is too buggy to
rely on, and you should stick with mod_mono on the backend. I've tried
this via lighttpd as well as nginx, with varying luck and many issues
found. Save yourself some trouble and stick with mod_mono until the
fastcgi implmentation has been rewritten (2.10?). 

- 

Jesse 

On Tue,
15 Feb 2011 04:39:00 +0000, "Daniel J. Summers"  wrote:  
On Mon, Feb
14, 2011 at 4:43 PM, JZ  wrote:

 Is anyone hosting Mono on
XSP/FastCGI/Nginx?

http://florent.clairambault.fr/lighttpd-mono-asp-net-the-right-configuration
[2]

 Anyone else run in to this (ScriptMethod returns 405/500 "can't
POST to
 Page.aspx/MethodName") issue?

Yep - and it's why I, at the
suggestion of someone else, am looking at migrating back to Apache2,
using the worker MPM and mod_fcgi to have Apache spawn the Mono
processes. I'm still in the working-it-out phase. The problem with nginx
is that, in the URL /my_service.asmx/GetCoolStuff, it's assuming that
"/GetCoolStuff" is either a file with no extension or a directory. Since
some RFC doesn't allow for this, nginx intercepts it and just returns a
405. There was a patch posted to forums, but the repository version
(Ubuntu) was well past the version the patch should have been in, and
the behavior still remained. 

I tried lots of different things, but the
lack of a case-insensitive switch (in nginx natively - MONO_IOMAP=all
works great for the Mono piece), along with its viewing of the entire
URL (including query string) making URLs like
"image.axd?file=/App_Data/files/10/09/28/pic.jpg" fail because they
match .jpg instead of .axd, I'm pursuing the Apache solution.


Certainly post back (pardon the pun) here if you figure it out;
however, the "Apache manages the process" thing will also fix a nagging
PHP-hang problem I've had with nginx (which PHP-FPM hasn't), so unless I
hit an insurmountable roadblock, that's the route I'm heading towards.
I'm planning on writing up how I made it work (once I have made it
work), and posting the URL to that to this list. 
  -- 

DANIEL J.
SUMMERS 
OWNER, DJS CONSULTING 
E-mail [3] * Website [4] * Support [5] *
Tech Blog [6] 

GEEKCODE 3.12 GCS/IT d s-:+ a C++ P--- L++ E--- W++ N++
o? K- w !O M-- 
V PS+ PE++ Y? PGP- t+ 5? X+ R* tv b+ DI++ D+ G-
e

Links:
------
[1] mailto:jeff at odyl.net
[2]
http://florent.clairambault.fr/lighttpd-mono-asp-net-the-right-configuration
[3]
mailto:daniel.summers.2415 at gmail.com
[4] http://djs-consulting.com
[5]
http://support.djs-consulting.com
[6]
http://techblog.djs-consulting.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20110215/061ea910/attachment.html 


More information about the Mono-aspnet-list mailing list