From: Grant Slater Date: Mon, 13 Jan 2020 19:16:34 +0000 (+0000) Subject: planet: only rate limit files else apache segfault X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4bef1d8c2a8513756683114959bd1c9e5de9b6f9 planet: only rate limit files else apache segfault --- diff --git a/cookbooks/planet/templates/default/apache.erb b/cookbooks/planet/templates/default/apache.erb index 8b46d6b04..0a569626e 100644 --- a/cookbooks/planet/templates/default/apache.erb +++ b/cookbooks/planet/templates/default/apache.erb @@ -65,9 +65,11 @@ RewriteRule ^(/cc\-by\-sa/relations\-latest\.osm\.bz2)$ ${latestplanet:$1} [R,L] # Temporary download rate limit due to upstream fibre connection issues. - 13 Jan 2020 - SetOutputFilter RATE_LIMIT - SetEnv rate-limit 400 - SetEnv rate-initial-burst 512 + + SetOutputFilter RATE_LIMIT + SetEnv rate-limit 400 + SetEnv rate-initial-burst 512 +