If I'm not mistaken, mod_mono is actually replacing the ASP.NET worker process, by hosting ASP.NET's framework and delegating requests from apache to it. This means that when you do enter into ASP.NET, you can all the necessary HTTP modules and handles since the implementation of ASP.NET should be the same as in Windows.
Eran -----Original Message----- From: Daniel Lopez [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 5:48 PM To: Jones, Larry Subject: Re: [Mono-list] Http Modules & Handlers In which sense? mod_mono uses the underlying System.Web framework, which implements HTTP modules and handlers. Additionally Gonzalo implemented a path translation event that will be useful for things like mod_rewrite, etc. Does that answer your question or where you referring something else? Cheers Daniel On Fri, Jun 06, 2003 at 01:09:42AM -0700, Jones, Larry wrote: > Are Http Modules & Handlers implemented per the .Net specs for > Apache2? > > Larry Jones > Hydrel/Lithonia Lighting > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
