1 # DO NOT EDIT - This file is being maintained by Chef
4 ServerName <%= @name %>
5 ServerAlias <%= @aliases %>
6 ServerAdmin webmaster@openstreetmap.org
8 CustomLog /var/log/apache2/<%= @name %>-access.log combined
9 ErrorLog /var/log/apache2/<%= @name %>-error.log
11 DocumentRoot <%= @directory %>
13 <Directory <%= @directory %>>
14 Options Indexes FollowSymLinks MultiViews
16 IndexIgnore .ht* . robots.txt HEADER.html HEADER.cgi logo.png style.css
17 IndexOptions FancyIndexing FoldersFirst NameWidth=* TrackModified
18 IndexOrderDefault Descending Date