[Mono-devel-list] Quick configuration problem
Gonzalo Paniagua Javier
gonzalo at ximian.com
Thu Jan 27 22:37:52 EST 2005
On Wed, 2005-01-26 at 16:16 -0500, Jason Starin | Giant Head wrote:
> 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"
Try moving each MonoApplications inside the corresponding <Directory> or
<Location>.
-Gonzalo
More information about the Mono-devel-list
mailing list