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