Forum Discussion
Pankaj_70057
Jan 14, 2013Nimbostratus
LTM Maintenance Page - error
Here is the irule, require to just setup any http request get the maintenance massage:
when HTTP_REQUEST {
HTTP::respond 403 content {
...
Arie
Mar 14, 2014Altostratus
Any combination of multiple HTTP::redirect/HTTP::respond commands will result in the error "Multiple redirect/respond invocations not allowed". Check all iRules that are assigned to a VIP, as a combination across iRules will also result in the error.
Also, check your logic. If a request meets multiple criteria (including across iRules) and multiple matched criteria result in either HTTP::redirect/HTTP::respond you'll encounter the error.
To prevent this you can use a semaphore on the logic statements.
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