Forum Discussion
Gazzu
Nimbostratus
8 years agoNew 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 ...
BB16
Nimbostratus
8 years agoHi 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" } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects