[Mono-devel-list] Quick configuration problem

Jason Starin | Giant Head jasonstarin at giant-head.com
Wed Jan 26 16:16:05 EST 2005


On my test server, I'm trying to keep my mono test directory and add a
directory for my webmail app, and I'm running into some problems.  This is
the pertinent portion of the mono section of my httpd file, but running it
as is causes Apache to freeze.  What can I do to clean this up?

 

 

 

 

#MONO STUFF

LoadModule mono_module modules/libmod_mono.so 

 

# This is just the standard installation place where I test new components

Alias /aspnet "/usr/share/doc/xsp/test"

 

# this is the new webmail directory I'm adding

Alias /webmail "/var/www/mono"  

 

# This works, but I've seen examples that suggest /aspnet
/usr/share/doc/xsp/test 

# is supposed to be the format.


MonoApplications "/aspnet:/usr/share/doc/xsp/test"

 

# This seems to be the hangup

MonoApplications "/webmail:/var/www/mono"

 


<Directory /usr/share/doc/xsp/test>

SetHandler mono

</Directory>

 


<Directory "/var/www/mono">

SetHandler mono

</Directory>

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050126/b96eafff/attachment.html 


More information about the Mono-devel-list mailing list