[Mono-list] mod_mono demo configuration Question

Sergey Moiseev bopm@udaff.com
Sun, 20 Jun 2004 23:19:38 +0400


Gonzalo Paniagua Javier wrote:

>El jue, 17-06-2004 a las 18:39, Andrew Arnott escribió:
>  
>
>>It looks like your <Location /demo1> tag is probably wrong.  "/demo1"
>>should not be the virtual directory, but the physical directory on the
>>hard drive.  Try that.  I'm not an expert with Apache, I'm afraid.  But
>>maybe it's worth a shot.
>>    
>>
>
>Wrong asnwer. See
>http://httpd.apache.org/docs-2.0/mod/core.html#location
>  
>
>>----
>>
>>I posted a comment about a mod_mono demo configuration issue at
>>gotmono.com 
>>and I thought I post it here too to get some responses. My question is
>>that, 
>>why is it that when I change the following httpd.conf configuration:
>>
>>Alias /demo "/usr/share/doc/xsp/test"
>>MonoApplications "/demo:/usr/share/doc/xsp/test"
>><Location /demo>
>>   SetHandler mono
>></Location>
>>
>>to:
>>
>>Alias /demo1 "/usr/share/doc/xsp/test"
>>MonoApplications "/demo1:/usr/share/doc/xsp/test"
>><Location /demo1>
>>   SetHandler mono
>></Location>
>>
>>the asp.net (.aspx) files are not being processed/displayed correctly.
>>The 
>>raw codes and HTML tags are being displayed instead of rendering it in a
>>
>>browser? "demo1" is just a sample. It could be anything. Also, this
>>wasn't 
>>the case in mod_mono-0.9 and prior to it. Comments are highly
>>appreciated. 
>>Thanks.
>>    
>>
>
>You have to kill mod-mono-server and restart apache after this change.
>
>  
>
Well, for about 2 months I've been waiting for production version of  
xsp/mod_mono. Release of Mono 1.0 is planned in 2 weeks, but there is 
still no normal auto-restart production version. Because of that beta 3 
still not suitable for asp.net development in production. That stops 
process of normal migration from php to asp.net. That's a pity.

>-Gonzalo
>
>
>_______________________________________________
>Mono-list maillist  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>  
>
--
Sergey Moiseev