<VirtualHost *:80>
	ServerName helloearth.jones.dk
	ServerAdmin webmaster@jones.dk
	DocumentRoot /var/www/vhosts/hearth/helloearth.jones.dk

	<Location />
		Options +MultiViews
		DirectoryIndex index
	</Location>
	AddLanguage da .da

	SuexecUserGroup hearth hearth
	ScriptAlias /ikiwiki.cgi /var/www/cgi-vhosts/hearth/helloearth.jones.dk/ikiwiki.cgi
	ScriptAlias /test.cgi /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-clickatell.cgi
	ScriptAlias /dlr/clickatell /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-clickatell.cgi
	ScriptAlias /dlr/routo /var/www/cgi-vhosts/hearth/helloearth.jones.dk/dlr-routo.cgi

	ErrorLog /var/log/apache2/helloearth.jones.dk-error.log
	CustomLog /var/log/apache2/helloearth.jones.dk-access.log combined
</VirtualHost>
<VirtualHost *:80>
	ServerName www.helloearth.jones.dk
	ServerAlias *.helloearth.jones.dk

	RewriteEngine On
	RewriteRule / http://helloearth.jones.dk/ [R]

	CustomLog /var/log/apache2/redirect.log vhost_combined
</VirtualHost>