Forum Discussion
keith_varga_107
May 17, 2012Nimbostratus
fixed HTTP page automatically when the # connections for the node is reached
DevCentral Team,
We have the following irule:
when HTTP_REQUEST {
HTTP::header insert "X_CLIENT_IP" [IP::client_addr]
HTTP::header insert "X-Forwarded-For" [IP:...
George_Watkins_
May 17, 2012Historic F5 Account
If the node limit is reached the LB_FAILED event will be triggered. This iRule should do the trick:
when LB_FAILED {
HTTP::redirect "http://mysite.com/over-limit.html"
}
-George
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