[Mono-devel-list] Strange error with mod_mono

Rogerio Pereira rogerio.araujo at gmail.com
Mon Apr 25 16:59:33 EDT 2005


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>

Thanks for any help.

Rogério



More information about the Mono-devel-list mailing list