Forum Discussion
Ajit_Mohan_2587
Mar 08, 2011Nimbostratus
https redirect - maintenance page
Hello Everyone,
I am new to irules so I need some help.
We
have a HTTPS Virtual Server configured on the LTM with four web servers in the pool. The certificate is
installed on the F5...
Ajit_Mohan_2587
Mar 08, 2011Nimbostratus
Thanks Cris, Yes I realised it later that the iRule was passing SSL thru to the nodes. I am using the below irule now, which seems to work fine
when HTTP_REQUEST {
if { [active_members [LB::server pool]] <1 } {
HTTP::redirect "http://maintenance.page.com"
TCP::close
}
}
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