On Wed, 2005-03-02 at 09:42 +0000, Chris Aitken wrote: > Hi All, > > I am running virtual hosts on debian (using unstable - 1.0.5-2/3), with FC2 > xsp & mod_mono (1.0.5-2), out of the box. However, if one vhost has a dll > named test.dll, and another vhost has a dll with the same name, then the > first requested one runs (NOTE: the cs file for each dll is different - say > different select statements from one db table). > > Is this because I do not have separate directories within /tmp/something for > each vhost?
It's because of a bug in the runtime (already in bugzilla). However, mod_mono and xsp from SVN address this issue by allowing mod_mono to spawn more than one mod-mono-server so that you can have one mod-mono-server per application. I'll post a blog entry on how to use them -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
