Forum Discussion

cxcal_18687's avatar
cxcal_18687
Icon for Nimbostratus rankNimbostratus
Oct 24, 2007

Proxy Config using iRule

Hello F5 World,

 

 

I'm new to the product and using v4.5.14. I've recently setup a 127.1.0.1:443 VIP (per F5 support recommendations) for a web server sitting behind the BIG-IP.

 

 

Current config:

 

 

Proxy Server 192.x.x.x:443, destination host = 127.1.0.1:443, Proxy Type = SSL, ServerSSL.

 

 

Noticed that the rule that were in place for the 127.1.0.1 VIP where basically being ignored during testing. Temporarily using a pool until I can get this sorted out. Any reason why the rule was bypassed on the BIG-IP?? Same rule worked on other VIP:80

 

 

 

Any help would be appreciated.

 

  • Here is the rule being applied

     

    :

     

     

    if (http_host == "%h" and http_uri starts_with "/Virginia") {

     

    use pool va_champs_ssl

     

    }

     

    else if (http_host == "%h" and http_uri starts_with "/Argus") {

     

    use pool va_champs

     

    }

     

    else {

     

    discard

     

    }