1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Allow the load balancing method to "create" workers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Frederic Clere
2009-05-13 15:27:05 +00:00
parent ab9ed6d974
commit 48ae3d9efa
4 changed files with 36 additions and 15 deletions

View File

@@ -104,7 +104,7 @@ static int init_balancer_members(proxy_server_conf *conf, server_rec *s,
}
}
ap_proxy_initialize_worker_share(conf, *workers, s);
ap_proxy_initialize_worker(*workers, s);
ap_proxy_initialize_worker(*workers, s, conf->pool);
if (!worker_is_initialized) {
/* Set to the original configuration */
(*workers)->s->lbstatus = (*workers)->s->lbfactor =