<VirtualHost *:80>
	ServerName			###SITE_NAME###.cz
	ServerAlias			*.###SITE_NAME###.cz
	ServerAlias			###SITE_NAME###.vm3.portadesign.cz *.###SITE_NAME###.vm3.portadesign.cz

	CustomLog			"###HOST_ROOT###/###SITE_NAME###/logs/access_log"      combined
	ErrorLog			"###HOST_ROOT###/###SITE_NAME###/logs/error_log"
	DocumentRoot		"###HOST_ROOT###/###SITE_NAME###/html"

	RewriteEngine On
	# this is needed to pass the auth header correctly - fastcgi environment
	RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</VirtualHost>