Forum Discussion
lisiecki_54902
Nimbostratus
Jun 09, 2009https redirect to pool based on uri
I have looked though many examples. I recieve an https request and I need to forward to a pool based on uri:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/thing1" } {
...
lisiecki_54902
Nimbostratus
Jun 11, 2009I need to take an https request, terminate the SSL and forward to a pool.
My problem is that it is a SUN app server, I need to send the forwarded uri with the port. Rather then a redirect statement I need to forward.
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/thing1" }
***rewite url to be *** http://a.b.c:1081/thing1
Is this possible?
{ pool thing1 }
elseif
{ [HTTP::uri] starts_with "/thing2" }
{ pool thing2 }
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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