On Mon, 2004-11-08 at 09:26 -0700, Ken Swift wrote: > Let me also put my mod_mono.conf file in here: > > LoadModule mono_module /usr/local/apache/libexec/mod_mono.so > Alias /demo "/usr/local/share/doc/xsp/test" > MonoApplications "/demo:/usr/local/share/doc/xsp/test" > <Location /demo> > SetHandler mono > </Location> > > Note: I don't have an include file or anything pointing to this file, > so I have no idea how this file is loaded. > > I suspect that my problem is that 1) this file is not being loaded. 2) > xsp is not being started.
Add a 'Include mod_mono.conf' at the end of httpd.conf. Not that the actual path you write there might be conf/mod_mono.conf or something similar. Once the module is loaded, if 'ServerSignature On' is present in your configuration file, you will see mod_mono in the 'Server' header returned from apache (and xsp should be run by the module). -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
