Forum Discussion
jonathanw84
Apr 30, 2020Cirrus
ProxyPass Replacement Question
Hello, I have a customer who needs an environment set up that will be replacing their Apache environment. I have the VS set up but am not confident on how I should go about setting up the rever...
Mayur_Sutare
May 01, 2020MVP
Hi,
You can achieve it using iRule or LTM policy. One example iRule is given below. You can try it. First you need to configure Virtual Server with proper configuration and bind below iRule to it.
when HTTP_REQUEST {
if { [HTTP::host] contains "abc.com" }{
if { [HTTP::uri] starts_with "/apps/locale/" }{
HTTP::redirect http://abc.com/SharedPHP/locale/
}} }
Hope it helps!
Mayur
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