Forum Discussion
bruno_thomas_12
Nimbostratus
Jul 25, 2005Basic HTTP redirect question on LB pool
when HTTP_REQUEST
if HTTP:URL contains '/acces'
pool bea_pool
It seems like all subsequent requests are redirected to home page of the web servers, Http host/acce...
bruno_thomas_12
Nimbostratus
Jul 25, 2005this is the actual code :
when HTTP_REQUEST {
set uri [HTTP::uri]
if { $uri contains "acces" } {
pool bea_pool$uri
} elseif { $uri contains "aide" } {
HTTP::redirect "http://10.172.155.201/$uri"
}
}
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