proxy_pass
2 TopicsRewrite profile
Hello guys, So as proxypass will be soon removed I am creating rewrite profile as substitute. However it is not working 😞 so this is my scenario (just sample) will be redirected to Configuration Rule Type: Both Client: /home/ Server: http://www.f5.com/ My proxypass configuration for Data group was www.cathy.com/home := www.f5.com/ HTTP_F5_pool My rewrite profile is not working but my proxypass is working. I think the difference is on the pool? Can anyone check my config. Am I missing something? Thank you!239Views0likes1Commentsimulate special mod_proxy behaviour
Hi folk, I can reproduce the following ProxyPass /foo http://host.domain.tld/foo with if {[HTTP::uri] eq "/foo"}{ pool target_pool } But i'm not able to do this: ProxyPass /foo http://host.domain.tld/bar I need something like this: if {[HTTP::uri] eq "/foo"}{ pool target_pool /bar } But this is not available. I tried this but this is not handy because /bar can also be a location on local if {[HTTP::uri] eq "/foo"}{ HTTP::redirect /bar pool target_pool } Any suggestions? Cheers Christian225Views0likes1Comment