1 # DO NOT EDIT - This file is being maintained by Chef
3 WSGIDaemonProcess <%= @name %> user=<%= @user %> group=<%= @group %> maximum-requests=5000 threads=25 inactivity-timeout=180
6 ServerName <%= @name %>
7 ServerAdmin webmaster@openstreetmap.org
9 CustomLog /var/log/apache2/<%= @name %>-access.log combined
10 ErrorLog /var/log/apache2/<%= @name %>-error.log
12 RedirectPermanent / https://<%= @name %>/
16 ServerName <%= @name %>
17 ServerAdmin webmaster@openstreetmap.org
19 CustomLog /var/log/apache2/<%= @name %>-access.log combined
20 ErrorLog /var/log/apache2/<%= @name %>-error.log
22 DocumentRoot <%= @directory %>/htdocs
23 Alias /robots.txt <%= @directory %>/htdocs/site/robots.txt
24 WSGIScriptAlias / <%= @directory %>/cgi-bin/trac.wsgi
26 WSGIProcessGroup <%= @name %>
28 DefineExternalAuth osm pipe /usr/local/bin/trac-authenticate
32 AuthName "OpenStreetMap Trac"
33 AuthBasicProvider external