Forum Discussion
steve_111974
Nimbostratus
Aug 18, 2008using the logging command produce TCL error
Hi,
I'm just trying to create a simple irule which looks for anything that begins with /invoices and forward it to a different pool member. Below is my irule.
Redirect ...
Nicolas_Menant
Employee
Aug 18, 2008Try to add a "." after local0:
when HTTP_REQUEST {
log local0. "Request: [HTTP::uri] being redirected"
if { [HTTP::uri] starts_with "/invoices" } {
pool {WEBDEV_Proxy-EIPP}
}
}
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
