Forum Discussion
mister_65355
Nimbostratus
Jun 19, 2007limited Web
Hi All,
I will like limited the accesses Web only for http://@IP_serveur/test/ (for example only for /test/ and /test2/)
What I can make?
Thanks
mister_65355
Nimbostratus
Jul 24, 2007l'd like optimased my iRule:
when HTTP_REQUEST {
if { [HTTP::host] == "app.example.com"}{
pool Pool1
} elseif {[HTTP::uri] contains "/test/"} {
pool Pool1
} elseif {[HTTP::uri] contains "/info/"} {
pool Pool1
} elseif {[HTTP::uri] contains "/test1/"} {
pool Pool1
} elseif {[HTTP::uri] contains "/test2/"} {
pool Pool1
} else {
reject
}
}
What can I do?
Thanks.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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