diff --git a/src/modules/mod_balancer.c b/src/modules/mod_balancer.c index d4f8d5c..dae5f04 100644 --- a/src/modules/mod_balancer.c +++ b/src/modules/mod_balancer.c @@ -1,3 +1,27 @@ +/* + * mod_balancer - balance between different backends + * + * Description: + * mod_balancer balances between different backends; + * + * Setups: + * none + * Options: + * none + * Actions: + * balance.rr - balance between actions (list or single action) +* + * Example config: + * balance.rr { fastcgi "127.0.0.1:9090"; }; + * + * Todo: + * - add some select function (current: always take first) + * - support backlogs + * + * Author: + * Copyright (c) 2009 Stefan Bühler + */ + #include