mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Expose the path that the balancer handles...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1455,6 +1455,9 @@ static const char *
|
||||
if (err)
|
||||
return apr_pstrcat(cmd->temp_pool, "ProxyPass ", err, NULL);
|
||||
}
|
||||
else {
|
||||
ap_proxy_update_balancer(cmd->pool, balancer, f);
|
||||
}
|
||||
for (i = 0; i < arr->nelts; i++) {
|
||||
const char *err = set_balancer_param(conf, cmd->pool, balancer, elts[i].key,
|
||||
elts[i].val);
|
||||
|
Reference in New Issue
Block a user