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 08, 2010In the last post there was a problem... in redirected the http requests in loop...
I've created a different irule to do only one redirect:
when HTTP_REQUEST {
log local0. "[IP::client_addr]:[TCP::client_port]: [HTTP::method] request to host [HTTP::host] and URI [HTTP::uri]"
if { [string tolower [HTTP::host]] equals ""xpro.xx.tt" } {
if { [string tolower [HTTP::uri]] ne "/teste/tt/rr" } {
HTTP::redirect http://xpro.xx.tt/teste/tt/rr
}
}
}
But the problem remains the requests aren't being send to the real servers... in httpfox i get the error NS_ERROR_NET_RESET...
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