RE: [users@httpd] stickysession and BalancerMember route

2021-02-17 Thread DICKEY Rob
4:52 PM DICKEY Rob wrote: > > The source code appears to perform basic string comparisons to match the > stickysession token value against the route, but are there character or > length constraints to the route attribute? The route is limited to 64 characters and must be prec

[users@httpd] RE: stickysession and BalancerMember route

2021-02-16 Thread DICKEY Rob
6th Street | Los Angeles, CA 90014 | United States -Original Message- From: DICKEY Rob Sent: Tuesday, February 16, 2021 7:52 AM To: users@httpd.apache.org Subject: [users@httpd] stickysession and BalancerMember route EXTERNAL EMAIL : The sender of this email is external to 3DS. Be war

[users@httpd] stickysession and BalancerMember route

2021-02-16 Thread DICKEY Rob
I am observing problems with mod_proxy_balancer's sticky session handling when either the length of the route attribute of the BalancerMember is > x length, or the route attribute includes any character other than [0-9][a-z][A-Z]. Note the default separator character (.) is in play. The source

RE: [users@httpd] Sending client's IP address to local proxied application server.

2020-10-16 Thread DICKEY Rob
ProxyPreserveHost On (it is set off by default) will preserve incoming Host header. For IP, you could use a custom header using %{REMOTE_ADDR}as the value. Best Regards, Rob DICKEY Americas R&D Technical Customer Support Senior Manager rob.dic...@3ds.com 3DS.COM

RE: [users@httpd] Transaction/request token

2020-10-15 Thread DICKEY Rob
One very simple idea is just use an epoch timestamp as a tracking, correlation header? Header set x-correlation-header "%t" (or RequestHeader) x-correlation-header t=1602793505297786 -Original Message- From: Eric Covener Sent: Thursday, October 15, 2020 12:44 PM To: users@httpd.apache.

[users@httpd] Selected balancerMember route?

2020-08-31 Thread DICKEY Rob
Version - Apache: 2.4.29 In summary, I am observing that BALANCER_WORKER_ROUTE, BALANCER_WORKER_CHANGED, etc. environment variables are not set until AFTER the selected balancerMember host has responded. How can I determine which balancerMember has been selected BEFORE the initial request is s