[Mono-list] mod_mono error 404 /var/www/html

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Jan 2 00:45:43 EST 2006


On Thu, 2005-12-22 at 15:55 +0100, Petr Felzmann 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.

Try prepending a '/' to 'test': "<Location /test>"

Also, if you followed the instructions in the auto-configuration web
page, you shouldn't be using 'SetHandler'. Just include mod_mono.conf.

-Gonzalo




More information about the Mono-list mailing list