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:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user