[Mono-list] mod_mono error 404 /var/www/html
Petr Felzmann
petr.felzmann at centrum.cz
Thu Dec 22 09:55:50 EST 2005
Hi,
I installed
Fedora Core 4
mono 1.1.12_0
xsp 1.1.10.1
apache 2.0.55
mod_mono 1.1.10.1
I wrote
LoadModule mono_module modules/mod_mono.so
Alias /test "/usr/lib/xsp/test"
AddMonoApplications default "/test:/usr/lib/xsp/test"
<Location test>
SetHandler mono
</Location>
to the httpd.config.
There are all the needed files in the directory /usr/lib/xsp/test (from
xsp installation). I run the web server by command httpd (request for
http://127.0.0.1 is OK). I write into the browser the URL
http://127.0.0.1/test/index.aspx and I obtain the error 404 Not Found. In
httpd error_log I have the error
[Thu Dec 22 14:27:16 2005] [error] [client 127.0.0.1] File does not exist:
/var/www/html/test
What is wrong? Thanks Petr Felzmann.
More information about the Mono-list
mailing list