Forum Discussion
Shawn_Conway
Cirrus
Apr 14, 2020irule to just enable APM for one subsite - not working
Just trying to create an irule to enable APM for one of the subsites and disabled for the others. It works fine if no irule and the all the sites work fine going through the forms APM login. When I...
Sajid
Cirrostratus
Apr 19, 2020try this
when HTTP_REQUEST {
if {( [HTTP::uri] starts_with "/yourURI" ) } {
log local0. "APM Enabled for URI [HTTP::uri]"
return
} else {
ACCESS::disable
log local0. "APM Disabled for [HTTP::uri]"
return
}
}
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
