diff --git a/src/modules/mod_balancer.c b/src/modules/mod_balancer.c index fff2834..6362499 100644 --- a/src/modules/mod_balancer.c +++ b/src/modules/mod_balancer.c @@ -12,8 +12,11 @@ * balance.rr - balance between actions (list or single action) with RoundRobin * balance.sqf - balance between actions (list or single action) with SQF * + * Be careful: these actions may get executed more than once (until one is successful!), + * so don't loop rewrites in them or something similar + * * Example config: - * balance.rr { fastcgi "127.0.0.1:9090"; }; + * balance.sqf ( ${ fastcgi "127.0.0.1:9090"; }, ${ fastcgi "127.0.0.1:9091"; } ); * * Author: * Copyright (c) 2009-2010 Stefan Bühler