Forum Discussion
Gabriel_Basson
Nimbostratus
Jul 31, 2020Redirect traffic after node rate limit has been reached
Good Evening
How do you rate-limit each node to the amount of connections that it can handle and then if it has reached the limit, how do you redirect the dropped connections to a "Sorry Server" ?
Please advise
Kind Regards
Hi Gabriel Basson,
https://clouddocs.f5.com/api/irules/active_members.html
when HTTP_REQUEST { if { [active_members [LB::server pool]] < 1 } { HTTP::respond 200 Content "Sorry Server Busy" } }
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