Forum Discussion

Parveez_70209's avatar
Parveez_70209
Icon for Nimbostratus rankNimbostratus
Oct 31, 2014

Issue facing in Maintainence Page

10.25.133.24:88 is the maintainence page server and we are binding it inside named: maintenance-Pool

 

Our Irule is not working when attached:

 

when HTTP_REQUEST { set host [HTTP::host] } when HTTP_RESPONSE { if { [HTTP::status] eq "404" } { HTTP::redirect http://$host/apologies/apologies.htm pool Maintenance-Pool return } elseif { [HTTP::status] eq "400" } { HTTP::redirect http://$host/apologies/apologies.htm pool Maintenance-Pool return } }

 

Thanks and Regards PZ

 

14 Replies