Forum Discussion
Muhammad_Irfan1
Oct 21, 2014Cirrus
Proxypass in F5
Hey all the experts of F5, i am network guy please help me out and make an iRule for me and please don't direct me to some Apache proxy pass iRule link as its hard for me to change.
Actually i w...
- Oct 21, 2014
when HTTP_REQUEST { if {[HTTP::uri] starts_with "/test/"} { pool client_servers } else { pool default_pool } }
EDIT: I fixed the syntax error and added another : to HTTP::uri.
R_Eastman_13667
Historic F5 Account
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/test/"} {
pool client_servers
}
else {
pool default_pool
}
}
EDIT: I fixed the syntax error and added another : to HTTP::uri.
Muhammad_Irfan1
Oct 22, 2014Cirrus
Got it the after HTTP double colon was need.
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