1 # DO NOT EDIT - This file is being maintained by Chef
 
   3 WSGIDaemonProcess <%= @user %>.dev.openstreetmap.org user=<%= @user %> inactivity-timeout=600
 
   6         ServerName <%= @user %>.dev.openstreetmap.org
 
   7         ServerAdmin webmaster@openstreetmap.org
 
   8         ServerAlias <%= @user %>.dev.osm.org
 
  11         DocumentRoot <%= @directory %>
 
  12         ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
 
  14         WSGIProcessGroup <%= @user %>.dev.openstreetmap.org
 
  17         #LogLevel rewrite:trace2
 
  19         CustomLog /var/log/apache2/<%= @user %>.dev.openstreetmap.org-access.log combined
 
  20         ErrorLog /var/log/apache2/<%= @user %>.dev.openstreetmap.org-error.log
 
  22         RewriteCond %{LA-U:REQUEST_FILENAME} -f
 
  23         RewriteRule ^/cgi-bin/(.*)$ /cgi-bin/cgiwrap/~<%= @user %>/cgi-bin/$1 [PT,L]
 
  25         RewriteCond %{LA-U:REQUEST_FILENAME} -f
 
  26         RewriteRule ^/cgi-bin-d/(.*)$ /cgi-bin/cgiwrapd/~<%= @user %>/cgi-bin/$1 [PT,L]
 
  28         RewriteCond %{LA-U:REQUEST_FILENAME} -f
 
  29         RewriteRule ^/(.*\.ph(p|ps|p3|tml)(/.*)?)$ fcgi://127.0.0.1:<%= @port %><%= @directory %>/$1 [P]
 
  32 <Directory <%= @directory %>>
 
  33         AllowOverride AuthConfig FileInfo Indexes Options=RailsBaseURI
 
  34         Options SymLinksIfOwnerMatch Indexes Includes
 
  38 <Directory <%= @directory %>/wsgi-bin>
 
  39         SetHandler wsgi-script
 
  40         Options ExecCGI SymLinksIfOwnerMatch