]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/templates/default/apache.backend.erb
Keep /relation/N/full with rails for now
[chef.git] / cookbooks / web / templates / default / apache.backend.erb
index 17200cab9f3d5a80029c77878c6c595e277abb8b..2bdd3b7396c9ec702cf15601a090c464b13aa202 100644 (file)
   CustomLog /var/log/apache2/access.log combined_with_time
   ErrorLog /var/log/apache2/error.log
 
+  #
+  # Turn on the rewrite engine
+  #
+  RewriteEngine on
+
   #
   # Configure rails
   #
@@ -31,9 +36,9 @@
   RemoteIPTrustedProxy 146.179.159.160/27
 
   #
-  # Pass map calls to cgimap
+  # Pass supported calls to cgimap
   #
-  <Location /api/0.6/map>
-    SetHandler fcgi:127.0.0.1:8000
-  </Location>
+  RewriteRule ^/api/0\.6/map$ - [H=fcgi:127.0.0.1:8000]
+  RewriteRule ^/api/0\.6/(way)/[0-9]+/full$ - [H=fcgi:127.0.0.1:8000]
+  RewriteRule ^/api/0\.6/(nodes|ways|relations)$ - [H=fcgi:127.0.0.1:8000]
 </VirtualHost>