Forum Discussion
Anil_Gupta_01_1
Nimbostratus
Jul 16, 2014irule for sending traffic on particular subdirectory of website
I have small query w.r.t irule for sending traffic on particular sub directory of the server rather than sending to root directory of the website.
Server is working on below mention website.
ht...
forsan
Altostratus
Jul 16, 2014Hi Anil,
try this:
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
aol.xyz.com { pool aol_pool }
yahoo.xyz.com { pool yahoo_pool }
google.xyz.com { pool google_pool }
default { discard }
}
}
Regards Andréas
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