Forum Discussion
Gazzu
Nimbostratus
Sep 14, 2017Migration from ACE to F5
Migration from ACE to testing purpose, I have configured one VS in F5 and it seems that it's not working fine but I can see the requests/connections on pool members.Getting below error while accessi...
kazeem_yusuf1
Nimbostratus
Sep 14, 2017The VS is being hit. As Ilian said, you will need to check the URI on the backend server. example, or . So, your VS will need an irule thus.
when HTTP_REQUEST { if { [HTTP::host] equals "10.77.22.23" && [HTTP::uri] equals "/"} { HTTP::respond 301 noserver Location "; Cache-Control "max-age=7200"
} }
Apply this to the VS and you should be fine
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