[Mono-list] mod_mono and apache virual servers

Carl Olsen carl at carl-olsen.com
Sat May 21 09:00:07 EDT 2005


I’ve found I can do it with one domain, but not two.  I would like to know
how to do it with 2 or more domains.

LoadModule mono_module modules/mod_mono.so

MonoApplications "/:/home/xxx/public_html"

<VirtualHost 192.168.1.100>
	ServerName www.xxx.com
	ServerAdmin www at xxx.com
	DocumentRoot /home/xxx/public_html
	<Directory "/home/xxx/public_html">
		SetHandler mono
	</Directory>
</VirtualHost>
________________________________________
From: mono-list-bounces at lists.ximian.com
[mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Tomek Kluz
Sent: Saturday, May 21, 2005 6:15 AM
To: mono-list at lists.ximian.com
Subject: [Mono-list] mod_mono and apache virual servers

Hello
 
I installed mod_mono with apache 2., and everything is working perfect, but
i have no idea, how to configure it for virtual server. I have many virual
domain (with php+mysql pages), and now want to publish one with mono+apache.
Certainly it works with alias ie: www.xxx.com/sth but I want it wroking for
www.xxx.com. Any ideas? 
Thx, and regards 
tk.
 
 
 




More information about the Mono-list mailing list