Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I've got a config working to accommodate the required use of reverse proxy servers infront of my application servers. Traffic comes into the Front ACE and I insert a header "SRCIP" with the original client IP address which is preserved through ...
Hello, I have a back-end ACE which needs to create a sticky based on a header value. The X-Forwarded-For header is perfect as it indicates the original client ip. There is a front end ACE which is setting the header correctly. My goal is to have ...
Hello,We have a simple cgi status page setup to poll a background service and return a "PASS" or "FAIL" as output. I've setup an HTTP probe to look for the "PASS" to determine application health. The issue appears to be that the expect regex is sea...
Looks like this helped greatly. The response time went from 16 seconds down to about 4. It's still higher then the original config, but a lot closer. I'm going to try and put that same config into the front ACE to see if it further improves.Thanks !
I changed up the config to create a custom header called "SRCIP" and put the %is in it. Now I am getting just teh single address in each session. It works for a little bit then eventually the client gets sent to a different server which fails the ...
I've got it setup and its reading the header however, it appears sometimes the header contains the client IP twice and sometime its only once.My client initiates 2 sessions and I am getting 2 sticky entries for the same client instead of 1. The "sho...