On Fri, 2004-06-18 at 08:36, Sander van Vliet wrote: > My Apache config is as follows: > == SNIP == > 242 Alias /mono "/opt/apache/mono" > 243 Alias /demo "/usr/local/share/doc/xsp/test" > 244 MonoApplications > "/mono/:/opt/apache/mono/:/usr/local/share/doc/xsp/test > /" > 245 <Directory /opt/apache/mono> > 246 SetHandler mono > 247 </Directory> > 248 <Directory /usr/local/share/doc/xsp/text> > 249 SetHandler mono > 250 </Directory> > == SNIP ==
Line 244 should be: MonoApplications "/mono:/opt/apache/mono,/demo:/usr/local/share/doc/xsp/test" Lately, I've been avoiding the trailing `/' on directory names and the like. However, I did notice that certain configurations required the trailing `/', so you may have to experiment with that. As for the MonoApplications format, Gonzalo described it as: [[hostname:]port:]VPath:realpath With commas separating multiple virtual paths. Hope this helps! -- Steve Deobald Software Architect www.citygroup.ca www.cityhost.ca _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
