Forum Discussion
collinz1_17223
Nimbostratus
Apr 10, 2013irule: Members down, select pool and URI
I have an irule that we have used now for some time:
when HTTP_REQUEST {
if { [active_members [LB::server pool]] < 1} {
snat automap
...
Kevin_Stewart
Employee
Apr 11, 2013So just to clarify, do you have a server SSL profile assigned to the virtual server? If so you'll need to disable that profile when sending traffic to the port 80 sorry pool.
when HTTP_REQUEST {
if { [active_members [LB::server pool]] < 1} {
snat automap
SSL::disable serverside
HTTP::uri "/page1.aspx"
pool pool_sorry
}
}
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