ServerName <%= vhost %> # Serve static content directly DocumentRoot /dev/null Alias / <%= script %>/ FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 Allow from all