[Mono-dev] mod_mono and mod_rewrite

Miguel de Icaza miguel at ximian.com
Mon Jul 17 16:19:58 EDT 2006


Hello Jesse,
> I had a chance to debug the mod_mono code today and I determined that there is nothing
> wrong with the code. Instead, the functionality I was looking for exists but is undocumented.
> 
> It looks like I forgot to mention in the above blurb that I need to run ASP.NET 2.0 code
> so I can use partial classes and codebehind pages. That functionality is available for
> AutoHosting, but you have to use the XXGLOBAL target, like so:
> 
> MonoAutoApplication enabled
> MonoExecutablePath "XXGLOBAL" "/usr/bin/mono"
> MonoServerPath "XXGLOBAL" "/usr/lib/xsp/2.0/mod-mono-server2.exe"
> 
> My ASP.NET 2.0 code now works anywhere on my web server, even behind mod_rewrite paths.
> Can someone please document this functionality on the AutoHosting page?

I spoke to Gonzalo, and he thinks that this was a bug in the way that we
propagate the variables.

He will fix that and release a new mod-mono.

Miguel.



More information about the Mono-devel-list mailing list