Forum Discussion
Ramesh_Babu_A_3
Nimbostratus
May 05, 2019Traffic goes to real server sub path | irule needs to create
Dear Friends,
I have to create Irule for the following scenario,
When we accessing the url/vip at the time traffic goes to real server sub path. Please advise to me how to create, needs to deliv...
Samir_Jha_52506
Noctilucent
May 07, 2019You can write irule some thing like this.
when HTTP_REQUEST{
if { [string tolower [HTTP::uri] ] starts_with "/" } {
HTTP::uri [string map {"/" "/subfloder/log.html"} [HTTP::uri]]
node 10.10.10.2 8080
}
}
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
