Forum Discussion
Rudi_95802
Nimbostratus
Jul 26, 2010Possible Bug?
Urgent help required Please. I'm using the BigIp to serve a fallback page. It works like a charm when the iRule is applied from within the GUI. But after when I make vi changes to my bigip.conf the Ir...
Rudi_95802
Nimbostratus
Jul 26, 2010Sorry this is the complete rule
when RULE_INIT {
set ::sorry {This site is temporarily not available. If you would like to validate whether this is planned downtime, please click on the xxxx Logo}}
when HTTP_REQUEST {
if {[active_members pool_sharepoint_sorrytest] == 0}{
switch [string tolower [HTTP::path]] {
/error/image.jpeg {
HTTP::respond 200 content [b64decode [lindex $::sorrypage 0]] "Content-Type" "image/jpeg"
}
default {
HTTP::respond 200 content $::sorry
}
}
}
}
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