Forum Discussion
Parveez_70209
Nimbostratus
Jul 15, 2014Maintenance-Irule Issue keeping SSL::disable serverside" intact
Hi,
Currently we have the below Maintenance-Irule in place which is pointing towards a Pool:maintenance_page which is holding the Maintenance Page-holding server:172.27.60.240:80
But the problem...
Kevin_Stewart
Employee
Jul 16, 2014Perhaps something like this:
when CLIENT_ACCEPTED {
set default_pool [LB::server pool]
}
when HTTP_REQUEST {
if { [active_members $default_pool] < 1 } {
if { [active_members maint_pool] < 1 } {
HTTP::respond 200 content "...html maintenance content..."
} else {
SSL::disable serverside
pool maint_pool
}
}
}
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