[Mono-devel-list] Strange error with mod_mono

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Apr 25 18:26:34 EDT 2005


On Mon, 2005-04-25 at 17:59 -0300, Rogerio Pereira wrote:
> Sometimes i'm getting a 404 errors with my webapps, here's my configurations:
> 
> mono (mono 1.1.6.9 / mcs 1.1.5.0):
> ./configure --prefix=/opt/mono --sysconfdir=/etc --with-preview=yes
> 
> mod_mono (1.0.7.0):
> ./configure --prefix=/usr/local/services/apache/bin/apxs
> 
> xsp (1.0.7.0):
> ./configure --prefix=/usr/local/services/xsp
> 
> httpd.conf (Apache 2.0.53):
> MonoExecutablePath 		"/opt/mono/bin/mono"
> MonoPath			"/opt/mono"
> MonoServerPath         
> 	"/usr/local/services/xsp/lib/mono/1.0/mod-mono-server.exe"
> MonoApplicationsConfigDir	"/usr/local/services/xsp/config"
> 
> monodoc.webapp:
> <web-application>
>         <name>monodoc</name>
>         <vpath>/monodoc</vpath>
>         <path>/home/rogerio/internet/sites/monodoc</path>
> </web-application>

This question is better asked in mono-list, btw.

You have no 'Alias' or '<Location>' for /monodoc. So apache knows
nothing about that. See the man page for an example.

-Gonzalo





More information about the Mono-devel-list mailing list