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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
