From: Clinton Ebadi Date: Sat, 23 May 2015 17:50:57 +0000 (-0400) Subject: mod_proxy: add retry=0 to ProxyPass X-Git-Tag: release_20150523 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/36c7edfaef58ec4368a43590de7307d2920cccc6 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. --- 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)