From 4bef1d8c2a8513756683114959bd1c9e5de9b6f9 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 13 Jan 2020 19:16:34 +0000 Subject: [PATCH] planet: only rate limit files else apache segfault --- cookbooks/planet/templates/default/apache.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 + -- 2.43.2