ProxyPassMatch ^(/api/0.6/.*/(full|history|search|ways))$ balancer://bulkapi$1
ProxyPass /api/0.6/nodes balancer://bulkapi/api/0.6/nodes
ProxyPass /api/0.6/ways balancer://bulkapi/api/0.6/ways
+ ProxyPass /api/0.6/relations balancer://bulkapi/api/0.6/relations
ProxyPassMatch ^(/trace/[0-9]+/data(|/|.xml))$ balancer://bulkapi$1
#
ServerAlias openstreetmap.co.uk
ServerAlias www.openstreetmap.co.uk
- RedirectPermanent /events.ics http://openstreetmap.org.uk/events.ics
+ RedirectPermanent /events.ics http://calendar.openstreetmap.org.uk/events.ics
RedirectPermanent / http://www.openstreetmap.org/
</VirtualHost>