From 36c7edfaef58ec4368a43590de7307d2920cccc6 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sat, 23 May 2015 13:50:57 -0400 Subject: [PATCH 1/1] mod_proxy: add retry=0 to ProxyPass Wheezy's apache will not retry a backend for 60s after two failures, which results in surprising behavior for members used to the behavior on previous apache versions. --- src/plugins/apache.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index 40db891..42b0564 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -682,7 +682,7 @@ val () = Env.action_two "proxyPass" write from; write "\t"; write to; - write "\n")) + write "\tretry=0\n")) val () = Env.action_two "proxyPassReverse" ("from", Env.string, "to", Env.string) -- 2.20.1