Forum Discussion

kazeem_yusuf1's avatar
kazeem_yusuf1
Icon for Nimbostratus rankNimbostratus
Mar 28, 2017

(IRULE THAT ADDS A STRING TO ANY POOL MEMBER SELECTED INITIAL IRULE STOPPED WORKING AFTER A DAY.

Hi, Is there any reason why an irule can suddenly stop working? I have an rule configured for a VS which is configured to listen on a different port.

 

https://172.16.106.118:7771 /EMailSurveyProj/SurveyController,

 

The irule was listed as

 

when LB_SELECTED { switch [LB::server addr] { "172.16.106.119:9002" - "172.16.106.119:9003" - "172.16.106.121:9006" - "172.16.106.121:9007" { if {[HTTP::uri] eq "/EMailSurveyProj/SurveyController"} { HTTP::uri "/EMailSurveyProj/SurveyController" } } } }

 

It was working earlier,but stopped working after a day,with ''Errror,secure connection failed'' on my mozilla,and other browsers giving other errors.

 

The VS can only be accessed as https://172.16.106.118:7771/EMailSurveyProj/SurveyController,all pool members load when accessed directly, i mean 172.16.106.119:9002/EMailSurveyProj/SurveyController 172.16.106.119:9003/EMailSurveyProj/SurveyController 172.16.106.121:9006/EMailSurveyProj/SurveyController 172.16.106.121:9007/EMailSurveyProj/SurveyController is there anything wrong with this Irule, or is there any other irule that can be used?

 

No RepliesBe the first to reply