[Mono-list] Re: mod_mono in a shared hosting envionment

Robert Jordan robertj at gmx.net
Thu Nov 24 05:21:55 EST 2005


Jesse,

> I believe I remember someone promoting the use of mod_proxy over mod_mono in
> a shared environment because they said with mod_mono all requests will be
> passed onto the mod-mono-server even html page, images, etc.  I'm not sure
> if this is the case or not but I'm just going off what I was told.  They

This is configurable. If you use AddHandler instead of SetHandler, mono 
will handle only the specified extensions.

Even with SetHandler, after the major ASP.NET rewrite that happened
to mono >= 1.1.9, the handling of unknown extensions is way faster.

Robert



More information about the Mono-list mailing list