Forum Discussion
bobbyd1282_1424
Nimbostratus
Apr 29, 2014F5 Lite Maintenance Page iRule works on Virtual Servers except when the Virtual Server is Listening on 443 (HTTPS)
Hello
I'm not a programmer and so I'm no too good with iRules but, here is my issue. Any help would be great. I want a simple message (no images or anything) to be displayed when 0 pool members a...
Kevin_Stewart
Employee
Apr 29, 2014If you don't need images, then it's probably easier to ignore the URI inspection code and just look at active_members:
when CLIENT_ACCEPTED {
set default_pool [LB::server pool]
}
when HTTP_REQUEST {
if { [active_members $default_pool] < 1 } {
HTTP::respond 200 content "...your html code here..."
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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