diff options
Diffstat (limited to 'modules/cluster/mod_heartbeat.c')
-rw-r--r-- | modules/cluster/mod_heartbeat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/cluster/mod_heartbeat.c b/modules/cluster/mod_heartbeat.c index 4457a97b62..0f14e9b644 100644 --- a/modules/cluster/mod_heartbeat.c +++ b/modules/cluster/mod_heartbeat.c @@ -73,7 +73,8 @@ static int hb_monitor(hb_ctx_t *ctx, apr_pool_t *p) ready++; } else if (res != SERVER_DEAD && - res != SERVER_STARTING && res != SERVER_IDLE_KILL) { + res != SERVER_STARTING && res != SERVER_IDLE_KILL && + ps->generation == ap_my_generation) { busy++; } } |