Forum Discussion
sateesh_111062
Nimbostratus
Jan 08, 2010Question on connection limit
I need a irule on connection limit..Here is the sitution.
I have set the connection limt to 100 on NODE(properties-config-limt-100) in F5.
My requirement:
1) Once node connection limmit reaches to 100. it should serve maintanence page(like site is not available etc)
OR
1) Once node connection limmit reaches to 100. it should redirect to other URL(www.maintanencepage.com) where the maintanence page hosted
seeking for your help
Regards
Sateesh kumar.k
- The_Bhattman
Nimbostratus
Hi Sateesh,when HTTP_REQUEST { if { [active_members http_pool] = 0 } { HTTP::redirect "http://www.maintenancepage.com" } }
when LB_FAILED { HTTP::redirect "http://www.maintenancepage.com" }
- sateesh_111062
Nimbostratus
Hi, - Hamish
Cirrocumulus
Just remember that you're doing this by CONNECTION and not by SESSION...
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