Forum Discussion
MK_62657
Nimbostratus
Feb 13, 2008Using F5 as a fall back host
Hello:
Is any using the F5 device itself as a fall back host? I would like to host the maintenance page on the device itself if possible instead of having another server as the fallback host...
JRahm
Admin
Feb 13, 2008At its most basic:
when RULE_INIT {
set sorry "All Servers Down"
}
when HTTP_REQUEST {
if {[active_members myPool] == 0} {
HTTP::respond 200 content $::sorry
}
}
If you do a little searching, I believe Hoolio posted an example with images...
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