aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/vhost_ml.conf
blob: bd98b175f1c355d5ab0ad2318d911fbce36165f4 (plain)
1
2
3
4
5
6
7
8
9
10
<VirtualHost *:80>
	ServerName ml.<%= domain %>
<%-
path_cgi_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/sympa/cgi"
-%>
	DocumentRoot <%= path_cgi_directory %>
 	<Location />
		Allow from all
	</Location>
</VirtualHost>