Forum Discussion
Hamada_Tabosha_
Nimbostratus
Apr 30, 2014Bypassing the BIG-IP ASM
Dears,
I have two application sharing the sama physical server, I need to use one Virtual server, to inspect the first application via ASM and not to inspect the second one.
I red this articular...
Cory_50405
Noctilucent
May 29, 2014Sure can. Keep in mind that this rule isn't redirecting at the HTTP layer, but is rather just directing the traffic to another virtual server on the BIG-IP.
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] eq "a.company.com" } {
virtual virtualserver2
}
if { [string tolower [HTTP::host]] eq "b.company.com" } {
virtual virtualserver3
}
}
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