[Mono-aspnet-list] Mono for Windows

Robert Jordan robertj at gmx.net
Tue Jun 15 13:48:37 EDT 2010


Hey,

On 15.06.2010 18:34, Diego Frata wrote:
> As far as I'm concerned, the ASP.NET mod for apache is a dead project and
> runs only with ASP.NET 2.0 -- and to be honest, I don't even know if it's
> reliable.
>
> But giving the situation, why not?
>
> Anyone knows if it's possible to route raw http requests from apache
> directly to XSP, much like a proxy? If there's any way to do that, you can
> let your client manage the host thing on apache and have it executed on XSP.
> I don't know, it's just a wondering.


I don't how how "compatible" this is with "I'm new to Mono"
and having a tight deadline, but here we go:

httpd.conf:

# this requires mod_proxy
ProxyRequests    off
ProxyPass        /app http://localhost:8080/app
ProxyPassReverse /app http://localhost:8080/app

Then start XSP like this:

xsp --port 8080 --address 127.0.0.1 --applications /app:dir

Note that "/app" must be consistent and that a "/" alone won't
work, at least it did not for me last time I checked.

Robert

>
> Diego Frata
> diego.frata at gmail.com
>
>
> On Tue, Jun 15, 2010 at 11:04 AM, Dimitar Dobrev<dpldobrev at yahoo.com>wrote:
>
>>
>> Hi. I don't know if you can run your site with Apache and Mono on Windows
>> but
>> it seems that
>> http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx you can do
>> it
>> with Apache and .NET on Windows .
>> --
>> View this message in context:
>> http://mono.1490590.n4.nabble.com/Mono-for-Windows-tp2255812p2255964.html
>>   Sent from the Mono - ASP.NET<http://asp.net/>  mailing list archive at
>> Nabble.com.
>> _______________________________________________
>> Mono-aspnet-list mailing list
>> Mono-aspnet-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>>
>
>
>
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list




More information about the Mono-aspnet-list mailing list