Anda di halaman 1dari 2

CBS – HP

when HTTP_REQUEST {

if {[HTTP::header exists X-Forwarded-For]}{


HTTP::header replace X-Forwarded-For "[IP::client_addr]"
} else {
HTTP::header insert X-Forwarded-For [IP::client_addr]
}

if {!([HTTP::uri] eq "/f5")&&!([HTTP::uri] eq "/HP_CBS/")&&!([HTTP::uri] eq "/HP_STF/")}{


if {[TCP::local_port] == 443}{
set pool [LB::server pool]
if {([active_members $pool] < 1)||([LB::status node 10.0.0.11] eq "session_disabled")} {
HTTP::redirect "http://info.grupbancsabadell.com"
} else {
# Tractaruri/path
if { !([string tolower [HTTP::host]] eq "www.sabadellventurecapital.com") } {
HTTP::redirect "https://www.sabadellventurecapital.com"
}
}
} else {
HTTP::redirect "https://www.sabadellventurecapital.com"
}

} else {
HTTP::header remove Cookie
switch -glob [HTTP::uri] {
"/HP_CBS/" {
poolDMZ_www.sabadellventurecapital.com_HP_CBS
HTTP::redirect "https://www.sabadellventurecapital.com"
}
"/HP_STF/" {
poolDMZ_www.sabadellventurecapital.com_HP_STF
HTTP::redirect "https://www.sabadellventurecapital.com"
}
"/f5" {
HTTP::respond 200 content "<html><body><fontface=Arial><br><b>DTC-CBS</font></body></html>"
}
}
}
}
STF- HP Y IBM

when HTTP_REQUEST {

if {[HTTP::header exists X-Forwarded-For]}{


HTTP::header replace X-Forwarded-For "[IP::client_addr]"
} else {
HTTP::header insert X-Forwarded-For [IP::client_addr]
}

if {!([HTTP::uri] eq "/f5")&&!([HTTP::uri] eq "/IBM_STF/")&&!([HTTP::uri] eq "/HP_CBS/")&&!([HTTP::uri] eq


"/HP_STF/")}{
if {[TCP::local_port] == 443}{
set pool [LB::server pool]
if {([active_members $pool] < 1)||([LB::status node 10.0.0.11] eq "session_disabled")} {
HTTP::redirect "http://info.grupbancsabadell.com"
} else {
# Tractaruri/path
if { !([string tolower [HTTP::host]] eq "www.sabadellventurecapital.com") } {
HTTP::redirect "https://www.sabadellventurecapital.com"
}
}
} else {
HTTP::redirect "https://www.sabadellventurecapital.com"
}

} else {
HTTP::header remove Cookie
switch -glob [HTTP::uri] {
"/IBM_STF/" {
poolDMZ_www.sabadellventurecapital.com_IBM_STF
HTTP::redirect "https://www.sabadellventurecapital.com"
}
"/HP_CBS/" {
poolDMZ_www.sabadellventurecapital.com_HP_CBS
HTTP::redirect "https://www.sabadellventurecapital.com"
}
"/HP_STF/" {
poolDMZ_www.sabadellventurecapital.com_HP_STF
HTTP::redirect "https://www.sabadellventurecapital.com"
}
"/f5" {
HTTP::respond 200 content "<html><body><fontface=Arial><br><b>DTC-STF</font></body></html>"
}
}
}
}

Anda mungkin juga menyukai