Forum Discussion
GavinW_29074
Nimbostratus
Sep 23, 2011Selective Proxying ala ProxyPass
Hi there,
We're currently evaluating migrating from our existing Apache web-farm to a F5 device, and our initial tinkering is throwing up some questions that I'd like to get some input on.....
Brian_69413
Nimbostratus
Sep 23, 2011Example iRule to only allow certain paths:
when HTTP_REQUEST {
if { ([HTTP::uri] eq "/allowed") }{
HTTP::redirect "New path"
else {
reject
}
}
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