1 # DO NOT EDIT - This file is being maintained by Chef
4 ServerName <%= @name %>
5 <% @aliases.each do |alias_name| -%>
6 ServerAlias <%= alias_name %>
8 ServerAdmin webmaster@openstreetmap.org
10 DocumentRoot /srv/<%= @name %>/openstreetmap-watch-list/rails/public
14 SetOutputFilter DEFLATE
16 CustomLog /var/log/apache2/<%= @name %>-access.log combined
17 ErrorLog /var/log/apache2/<%= @name %>-error.log