Forum Discussion
muzammil_88686
Mar 27, 2012Nimbostratus
HTTPS Traffic
Hi Guys,
We have a virtual server with the service HTTPS.
We want to do the following.
1) All the HTTPS requests "/abc*" and "/xyz*" should go the pool "HTTPS_Pool" or else they should go to the another pool "NEW_Pool"
( NOTE: here "/abc*" means "/abc/x" or "/abc/y" or "/abc/z"...etc
Also the same is applicable for "/xyz*" )
when HTTP_REQUEST priority 10 {
switch -glob [HTTP::path] {
"/abc*" -
"/xyz*" { pool HTTPS_Pool }
default { pool NEW_Pool }
}
}
Could you pls let me know if the above rule can good?
- hooleylistCirrostratusHi,
- muzammil_88686NimbostratusThank you Aaron for your response.
- hooleylistCirrostratusCan you add a custom HTTP profile with rewrite redirects enabled to the HTTPS virtual server?
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