From 2aae4e060f1a218bf7692fcad1705d584a112b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 9 Sep 2009 19:30:13 +0200 Subject: [PATCH] Add mod_balancer head comments --- src/modules/mod_balancer.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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