[Mono-list] mod-mono-server.exe exception

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 03 Oct 2003 11:14:14 +0200


El jue, 02-10-2003 a las 22:58, Michael C McHugh escribió:
> So what I am getting out of this is that the exceptions only occur when I
> try to string multiple MonoApplications together i.e.
>  <add key="MonoApplications" value="/:test;/mono:test" />
> or
> mono mod-mono-server.exe --applications /mono:test\;/test:/usr/local/xsp/test &
> 
> Is this correct?
> 
> Also I noticed that mono mod-mono-server.exe --applications /test:test &
> still attempts to serve /usr/local/apache/htdocs/test even though
> Root directory is /usr/local/xsp/bin

Try specifying a full path and adding the Location directives for apache
so that /test points to the directory that you want.

> 
> 
> Is this the correct behavior? If so what must I do to break out of the
> apache root, or is this not possible? I would like to end up supporting
> ~/public_html which I assume will each require mention in
> MonoApplications. Correct?

Yes.

-Gonzalo