[Mono-list] Web: Apache v/s IIS
Bob Smith
bob@thestuff.net
Fri, 21 Dec 2001 12:48:17 -0500 (EST)
What I was thinking of doing is adding a mod_mono into apache which would
allow apache modules to be written with CIL. Then, write a module that
passes the required information to HttpRuntime. The other way would be to
do it the way Microsoft did it. Have a totally seperate process for the
HttpRuntime and send requests at it via named pipes.
Bob
On Fri, 21 Dec 2001, Gaurav Vaish wrote:
> Hello,
> Some variables in System.Web.HttpRuntime (App*, Clr*) are highly Windows/IIS specific. I can get the required information from
> aspnet_isapi.dll etc, but I am totally stuck at from where to load in case of Apache - and that too when I have two cases: windows
> and linux.
>
> Any clues?
>
> [One example of what I actually need is System.Web.Utils.ApacheVersionInfo as against <namespace>.IISVersionInfo]
>
>
> Cheers,
> Gaurav Vaish
> ----------------------------
>
>
> _______________________________________________
> Mono-list maillist - Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>