[Mono-devel-list] mod_mono and xsp

Fabio Marini f.marini at gmail.com
Fri Mar 25 15:11:31 EST 2005


Hello all,
I have a web app under /var/www/html/aspnet/fmarini (all .aspx files,
Web.config and the DLL under bin/). I cannot run it with mod_mono +
Apache, but it's OK with xsp - so I guess it must be a configuration
error somewhere. Apache loads the following conf file:

LoadModule mono_module /usr/lib/httpd/modules/mod_mono.so
MonoDocumentRootDir /var/www/html/aspnet
MonoApplications "/fmarini:./fmarini"
<Directory /var/www/html/aspnet>
        SetHandler mono
</Directory>

When I try to access the application I get an "HTTP 404 - File not
found" error. If I run the same app with xsp --root
/var/www/html/aspnet --applications "/fmarini:./fmarini" all works
well.

Can anyone see anything wrong/missing with my mod_mono configuration?
I use mono 1.0.5 and Apache 2.0.47 on Fedora Core 1.

TIA - Fabio



More information about the Mono-devel-list mailing list