From 5a9c33fa7f60769e5bb2bd0d73cf8ae2e1823d9b Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Fri, 6 Oct 2006 15:03:08 +0000 Subject: [PATCH] * mod_proxy_balancer: Document BALANCER_ROUTE_CHANGED environment variable. Submitted by: Brian Rectanus Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@453630 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_balancer.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml index e923499396..532fc92fcb 100644 --- a/docs/manual/mod/mod_proxy_balancer.xml +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -273,10 +273,10 @@ candidate lbstatus -= total factor
Exported Environment Variables -

At present there are 5 environment variables exported:

- - +

At present there are 6 environment variables exported:

+
+
BALANCER_SESSION_STICKY

This is assigned the stickysession value used in the current @@ -310,6 +310,16 @@ candidate lbstatus -= total factor

This is assigned the route of the worker that will be used for the current request.

+ + +
BALANCER_ROUTE_CHANGED
+
+

This is set to 1 if the session route does not match the + worker route (BALANCER_SESSION_ROUTE != BALANCER_WORKER_ROUTE) or the + session does not yet have an established route. This can be used to + determine when/if the client needs to be sent an updated route + when sticky sessions are used.

+
-- 2.40.0