Forum Discussion
newbie69_11755
Nimbostratus
Apr 24, 2008redirecting to a specific L4 port
I have several irules to write which key off of something in the uri, and then redirect to a specific layer 4 port number. Below is what I have come up with so far:
when HTTP_REQUEST {
...
Nicolas_Menant
Employee
Apr 24, 2008To test your iRule you can add logging information that will be added too in /var/log/ltm when you'll do your testing:
when HTTP_REQUEST {
log local0. "HTTP REQUEST: [HTTP::uri]"
if {[HTTP::uri] contains "mysite"} {
log local0. "uri contains mysite!"
pool Mysite_Sharepoint_16836}
}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