Forum Discussion
Brian_Thompson
Nimbostratus
Mar 19, 2009LTM Inline to function as basic Proxy
I need for my inline implementation of LTM to function as a web proxy for servers sitting behind it. I'm not sure if this is an iRule or not
But this is one of those issues that is so s...
L4L7_53191
Nimbostratus
Mar 20, 2009This is almost for sure overly simple for your setup, but it sounds like you're after something fairly simple. Here's an untested little chunk:
when HTTP_REQUEST {
LB::reselect [HTTP::host] 80
}
This assumes that the HTTP::host header will render the IP address of the server in question or that the LTM can resolve the name.
HTH,
Matt
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects