+--On 27 mai 2010 12:38:44 +0200 Florian Lohoff <[email protected]> wrote: | On Thu, May 27, 2010 at 10:01:58AM +0200, Mathieu Arnold wrote: |> |> I'll gladly add it to the load balancer, I'll just need the url to access |> it :-) | | API_TRAPI = http://trapi.osm.lab.rfc822.org/api/%v/map?bbox=%b
Hum, the thing is that in the default t...@h config, it's : http://api1.osm.absolight.net/api/%v/map?bbox=%b and haproxy forwards the "Host: api1.osm.absolight.net" http header, so, you'd need to add a server alias to it in your vhost for it to work. After that, your server will appear in green there : http://api1.osm.absolight.net/haproxy?stats and will start getting requests :-) -- Mathieu Arnold _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
