[Mono-list] mod_mono on AMD64

Bryce Fischer bryce@berzerker-soft.com
Mon, 14 Mar 2005 15:50:57 -0500


Sorry I hijacked the Re: [Mono-list] some mono thoughts thread. That's 
what I get for not paying attention to what I reply to...

Bryce Fischer wrote:

> Hi Jim,
>
> Yes, it does work with XSP. No, the mono configuration directives are 
> not in a virtual, but there are virtuals in the httpd.conf... My 
> virtual host is located at the bottom of my httpd.conf, after the 
> mod_mono configuration directives are located. I am not using the 
> virtual to access mod_mono either (don't know if this matters or not).
> My full httpd.conf file is here in case something in it might shed 
> some light.
> http://rafb.net/paste/results/CM2nt592.html
>
> I have a seperate folder for mod config files (/etc/httpd/conf.d). In 
> there, I have my mod_mono.conf. It looks like the following:
>
> LoadModule mono_module modules/mod_mono.so
>
> Alias /demo "/usr/share/doc/xsp/test"
> MonoApplications "/demo:/usr/share/doc/xsp/test"
> <Directory /usr/share/doc/xsp/test>
>       SetHandler mono
> </Directory>
>
>
>
>
>
> Jim Erwin wrote:
>
>> Is it working with XSP? Do you have any mono configuration directives in
>> your httpd.conf file in a virtual? These are broken in mod_mono 1.0.6.
>>
>> JE
>> -----Original Message-----
>> From: mono-list-admin@lists.ximian.com
>> [mailto:mono-list-admin@lists.ximian.com] On Behalf Of Bryce Fischer
>> Sent: Monday, March 14, 2005 8:43 AM
>> To: mono-list@lists.ximian.com
>> Subject: [Mono-list] mod_mono on AMD64
>>
>> I'm encountering a problem with using mod_mono. I can build from the 
>> source
>> fine, but when I try to access the demo app, it appears to just hang 
>> (i.e.,
>> browser attempts to connect, and just sits there attempting to load). No
>> errors that I can find in any logs (checked apache's error_log and
>> /var/log/messages other than httpd startup succeeded).
>>
>> xsp works fine.
>>
>> Downloaded the latest sources. Using CentOS64 3.4. AMD64 processor, 1 
>> gig
>> ram..
>>
>> Thanks.
>> _______________________________________________
>> Mono-list maillist  -  Mono-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
>>  
>>
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>