Forum Discussion
t-roy
Jan 05, 2012Nimbostratus
WAM::disable iRule -- Why is webaccelerator still working??
While troubleshooting a problem I created an iRule to disable WAM for just certail URIs but I was still seeing a pv Etag using HTTPwatch. I then modified the iRule to perform one function:
when HTTP_REQUEST {
WAM::disable
}
There are no other iRules applied to the Virtual. I then invalidated content, cleared cache and loaded page again. PV etags are there and on 2nd request IBR appended PV code to end of content URLs so wam is definitely not disabled! If I use HTTP::class disable it seems to work, but I am looking for a solution that would only disable WAM and leave ASM in place.
- hooleylistCirrostratusCan you try calling it in HTTP_CLASS_SELECTED instead of HTTP_REQUEST?
when HTTP_CLASS_SELECTED { WAM::disable }
- t-royNimbostratusI guess that is why you are an MVP! Thanks hoolio, that did the trick.
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