Forum Discussion

Gazzu's avatar
Gazzu
Icon for Nimbostratus rankNimbostratus
Aug 23, 2017

New load balancer setup

Currently, XYZ company has one production load-balancer: timestamp.xyz.net

 

Would it be possible to extend this?

 

To have -timestamp.xyz.net/time-stampReports -> linked to its own servers

 

And as default still -timestamp.xyz.net

 

2 Replies

  • BB16's avatar
    BB16
    Icon for Nimbostratus rankNimbostratus

    Hi Gazzu, You can try with iRule, a superb redirect function of F5.

     

    when HTTP_REQUEST { if { (([HTTP::host] == "timestamp.xyz.net") && ([HTTP::uri] == "/" )) }{ HTTP::uri "/time-stampReports" } }