[Mono-dev] mod_mono and mod_rewrite

Jesse Guardiani jesse at guardiani.us
Tue Jul 18 09:04:38 EDT 2006


Miguel de Icaza wrote:
> 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.

I'm not sure what he intends to do, but here's hoping he doesn't break anything.
XXGLOBAL works wonderfully for me currently. I just had to figure out how to use it.


-- 
Jesse Guardiani
Programmer/Sys Admin
jesse at guardiani.us




More information about the Mono-devel-list mailing list