Forum Discussion
Shawn_Conway
Apr 14, 2020Cirrus
irule 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
Apr 19, 2020Cirrostratus
try 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
}
}
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