Forum Discussion
kleis_oenema_67
Nimbostratus
Jul 06, 2007help implementing i-rules
I just need to compose an i-rule to impose secure loging. At present it works fine in a dx box from junper with a so called ptc rule. The ptc rule is rewriting a part of the contents. This has now to ...
Pedro_Minas
Nimbostratus
Jul 08, 2010hello again...
the problem continues...
when HTTP_REQUEST {
log local0. "[IP::client_addr]:[TCP::client_port]: [HTTP::method] request to host [HTTP::host] and URI [HTTP::uri]"
if { [string tolower [HTTP::host]] starts_with "xpro.xx.tt" } {
HTTP::redirect http://xpro.xx.tt/teste/tt/rr
}
}
log:
Jul 8 10:13:46 local/tmm info tmm[2714]: Rule teste-reverse_proxy_irule2 : 20.20.20.175:32482: GET request to host xpro.xx.tt and URI /teste/tt/rr
I have port translation enabled in the virtual service, and the pool member only haves one real server 10.10.10.10:50000. I don't see any request being send to the server.
In my browser i get the message:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept
cookies.
Thanks...