Forum Discussion
Pedro_Minas
Nimbostratus
Jul 06, 2010Reverse Proxy Problems
Hello
I'm trying to create a reverse proxy in my F5 BIG-IP. I'm having problems with the redirection to another port.
What i'm doing is this...
the user connects to a VS ...
Pedro_Minas
Nimbostratus
Jul 07, 2010this is m irule...
when HTTP_REQUEST {
Rewrite the URI (set the entire URI to lower case)
HTTP::uri [string tolower [HTTP::uri]]
Check what service is being called
if {[HTTP::uri] equals {xpro.xx.tt}} {
Changes the URI
HTTP::redirect {xpro.xx.tt/teste/tt/rr}
Defines the correct pool
pool teste-reverse_proxy-pool1
}
the pool has 2 nodes listening in port 50000. The virtual server is listening on port 80. The requests aren't being redirect to the pool in question.
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