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
13 PassengerAppGroupName owl
15 SetOutputFilter DEFLATE
17 CustomLog /var/log/apache2/<%= @name %>-access.log combined
18 ErrorLog /var/log/apache2/<%= @name %>-error.log