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...
Heiko_Engemann_
Nimbostratus
Jul 25, 2008in the conf is looks like this:
class maint_logo_png extern {
type string
filename "/var/class/maint.logo.png.class"
}
class maint_index_html extern {
type string
filename "/var/class/maint.index.html.class"
}
I liked the irule at the beginning of this thread,
when RULE_INIT {
set sorry "
All Servers Down
"
}
when HTTP_REQUEST {
if {[active_members myPool] == 0} {
HTTP::respond 200 content $::sorry
}
}
it did keep the original URL, so the visitor only sees the domain and no internal stuff.
Cant we insert a picture there?
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