@IanCurtis wrote:
hey ,
i am new to HAProxy , i need to convert the following F5 IRule to HAProxy config file :when HTTP_RESPONSE {
set newdomain “.domainxyz.com”
#set newcookie [HTTP::cookie names]
foreach newcookie [HTTP::cookie names]
{
HTTP::cookie domain $newcookie $newdomain
#HTTP::cookie domain $newdomain
}}anther thing , how i configure a Failover URL in case the backend servers are dead , like a maintenance web page ?
thank you
Posts: 1
Participants: 1