1 # DO NOT EDIT - This file is being maintained by Chef
4 ServerName <%= @name %>
5 ServerAdmin webmaster@openstreetmap.org
7 CustomLog /var/log/apache2/<%= @name %>-access.log combined
8 CustomLog /var/log/apache2/<%= @name %>-svn-access.log "%h %t %u %{SVN-ACTION}e" env=SVN-ACTION
9 ErrorLog /var/log/apache2/<%= @name %>-error.log
13 SVNPath <%= @directory %>
16 AuthName "<%= @realm %>"
17 AuthUserFile <%= @password_file %>
22 <LimitExcept GET PROPFIND OPTIONS REPORT>