Forum Discussion

Gazzu's avatar
Gazzu
Icon for Nimbostratus rankNimbostratus
May 30, 2017

All traffic to go to maintenance site, including traffic to all subsites.

Hi All,

 

I would like all traffic to go to maintenance site, including traffic to all subsites.Like 'https://abc.com/sites/adaw' should also be redirected to the maintenance site.Please suggest.

 

Original url: https://abc.com

 

Please find the below config.

 

VS_https-443 Sorry_server_irule pool_https 10.1.xx.yy:443 (Force disabled) 10.1.xx.yz:443 CForce disabled) 10.1.xx.zz:443 CForce disabled)

 

VS_http-80 ir-http-to-https

 

sorry-pool_https 172.23.xx.xw:8443

 

Sorry_server_irule contains below code.

 

when CLIENT_ACCEPTED { if {[active_members pool_https]<1}{ pool sorry-pool_https

 

} else { pool pool_https } }

 

2 Replies

  • Depending on the configuration of the sorry server, that looks like it should work. What are you actually experiencing?