$HTTP["useragent"] =~ "Sosospider+" { url.access-deny = ("") }
#
-# Rule to block tilesAtHome when somebody decides to queue vast
-# number of tiles for rerendering
+# Block tilesAtHome
#
-#$HTTP["useragent"] == "tilesAtHome" { url.access-deny = ("") }
+$HTTP["useragent"] == "tilesAtHome" { url.access-deny = ("") }
#
# Block JOSM revisions 1722-1727 as they have a serious bug that causes
#
# Send everything else to the appropriate FastCGI server
#
-$HTTP["useragent"] =~ "^tilesAtHome" {
- server.error-handler-404 = "/dispatch.tah"
-}
-else $HTTP["url"] =~ "^/trace/[0-9]+/data$" {
+$HTTP["url"] =~ "^/trace/[0-9]+/data$" {
server.error-handler-404 = "/dispatch.bulkapi"
}
else $HTTP["url"] =~ "^/api/0\.6/(map|trackpoints|amf|amf/read|swf/trackpoints|changeset/[0-9]+/(upload|download))$" {
( "host" => "10.0.0.10", "port" => 8010, "check-local" => "disable" ),
( "host" => "10.0.0.11", "port" => 8010, "check-local" => "disable" ),
( "host" => "10.0.0.12", "port" => 8010, "check-local" => "disable" ),
- ),
- ".tah" => (
( "host" => "10.0.0.10", "port" => 8011, "check-local" => "disable" ),
( "host" => "10.0.0.11", "port" => 8011, "check-local" => "disable" ),
( "host" => "10.0.0.12", "port" => 8011, "check-local" => "disable" )