# begin vhost for <%= title %> ServerName <%= title %>.<%= domain %> <% if server_alias != false %> ServerAlias <%= server_alias %> <% end %> DocumentRoot <%= docroot %> <% if redirect != false %> RedirectMatch ^/$ <%= protocol %>://<%= title %>.<%= domain %>/<%= redirect %> <% end %> <% if use != false %> <% use.each do |instance| -%> Use <%= instance %> <% end -%> <% end -%> # end vhost for <%= title %>