Forum Discussion
neeeewbie
MVP
Feb 06, 2020how to configure diplay block page when network fail occur??
Hi all I have question! how to configure diplay block page when network fail occur ??
Samir
MVP
Feb 06, 2020You mean to say pool member failed? Yes
when LB_FAILED {
# POOL-NAME is your pool name, Modify accourding to your requirement...
if { [active_members POOL-NAME] < 1 } {
# Log and direct the client to Maintenance Page
HTTP::respond 200 content "<html><head><title>Block Page</title></head><body>Not Authorized....</body></html>"
}
}
Paste if you have different requirement.
neeeewbie
MVP
Feb 07, 2020thank you for your reply !
how to configure displaying block page when network fail through forwarding_vs ?
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