Thanks Joshua and I hope you enjoyed your weekend, I had thought that I would be able to start mono for all vhosts from the httpd but it will probably be more efficient to do it for each vhost.
Thanks for all your help Joshua - it is very much appreciated, I am off to do my first mono web app - no doubt I'll be posting more questions ;-) jonny -----Original Message----- From: Joshua Tauberer [mailto:[EMAIL PROTECTED] You need to tell mod_mono about each 'http path' that maps to a path on your server. So for each virtual host, you need to map the root of its http path ("/") to the root directory of its actual files: AddMonoApplications default www.yourdomain.com:/:/path/to/files One of those for each virtual host. (Sorry about disappearing for a few days. I was away for the weekend.) -- - Joshua Tauberer http://taubz.for.net ** Nothing Unreal Exists ** _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
