Searched refs:sticky (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 277 if (!*balancer->s->sticky) 279 /* Try to find the sticky route inside url */ 288 *route = get_cookie_param(r, balancer->s->sticky); 290 *sticky_used = balancer->s->sticky; 293 *route, balancer->s->sticky); 461 const char *sticky = NULL; local 491 runtime = find_session_route(*balancer, r, &route, &sticky, url); 500 /* We have a sticky load balancer 571 if (*(*balancer)->s->sticky && runtime) { 573 * This balancer has sticky session [all...] |
H A D | mod_proxy.c | 291 /* Balancer sticky session name. 299 PROXY_STRNCPY(balancer->s->sticky, val); 301 if ((path = strchr((char *)balancer->s->sticky, '|'))) { 1317 if (*b2->s->sticky == 0 && *b1->s->sticky) { 1319 PROXY_STRNCPY(b2->s->sticky, b1->s->sticky); 2698 if (*balancer->s->sticky) { 2699 if (strcmp(balancer->s->sticky, balancer->s->sticky_path)) { 2700 ap_rvputs(r, "<td>", balancer->s->sticky, " | ", [all...] |
H A D | mod_proxy.h | 424 char sticky_path[PROXY_BALANCER_MAX_STICKY_SIZE]; /* URL sticky session identifier */ 425 char sticky[PROXY_BALANCER_MAX_STICKY_SIZE]; /* sticky session identifier */ member in struct:__anon286 437 unsigned int sticky_force:1; /* Disable failover for sticky sessions */ 438 unsigned int scolonsep:1; /* true if ';' seps sticky session paths */
|
Completed in 3652 milliseconds