Forum Discussion
Jorge_Herran_14
Altostratus
Aug 11, 2015ReverseProxy Configuration Error - Need Help
I am deploying a reverse proxy, I have been following the guide from the manual:
"BIG-IP_Local_Traffic_Manager" (Chapter 24 Configuring the BIG-IP System as a Reverse Proxy Server)
The step i a...
Jorge_Herran_14
Altostratus
Aug 12, 2015i finally solved just with this syntax:
when CLIENT_ACCEPTED { Save the name of the VS default pool set default_pool [LB::server pool] } when HTTP_REQUEST { Check the requested path with wildcard matching switch -glob [HTTP::path] {
"/pruebas/consulta_bancolombia*" {
/consulta_bancolombia URI
pool pool_sugar_crm_reverseproxy_80
}
"/pruebas/crm_calidad*" {
/crm_calidad URI
pool pool_sugar_crm2_reverseproxy_80
}
default {
non-/pruebas* URI
pool $default_pool
}
} }
No matter if someone know how to use the profile config to achieve the same result would be great to know.
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