Forum Discussion
Gregt_33960
Nimbostratus
May 13, 2008Masking or Redirect?
Hello,
I am hoping some one can help me. I multiple application environments running (test, train, dev, etc..) on a group of web servers. To get to each environment, the client ...
The_Bhattman
Nimbostratus
May 13, 2008Hi Greg,
I haven't tested this, but see if this actually works.
when HTTP_REQUEST {
log local0. "Current URI: [HTTP::uri]"
switch [HTTP::uri] {
"/test" {
HTTP::uri "/test/jsp/common/pgLogin.jsp"
pool state_test_pool
}
"/dev" {
HTTP::uri "/dev/jsp/common/pgLogin.jsp"
pool state_dev_pool
}
"/train" {
HTTP::uri "/train/jsp/common/pgLogin.jsp"
pool state_train_pool
}
}
}
thanks,
CB
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