forwarding
3 TopicsHow to forward the requests to another URL using iRule
Hi, I have a scenario wherein I have to forward all the incoming requests to a virtual server (https://abc.com) to another URL something like https://test.com/o/maintenance.html which hosts the maintenance page, so that users could see the maintenance page. However, this should be transparent to the end user viz, they should not see https://test.com/o/maintenance.html in their browsers when accessing the virtual server in question. Can anyone help me with the irule in this regard. P.S. I have tried the iFile but the maintnance page is only working for IE but not with Chrome & Mozilla. Thanks in advance, MSK265Views0likes2CommentsIssues to forward requests with 'start with' due to similar contexts under same domain
Hi everybody, A network request that seemed to be simple is giving some trouble to our network team, I'd appreciate some help. Here's a summary of the rules to be put in place: 1) example.domain.com/cali --> forward to server1 2) example.domain.com --> forward to server2 When creating the rule with "URI starts with" from web interface it works, but there's a side effect: requests like example.domain.com/california are matching rule 1) and therefore failing, since that context is managed by some Apache at server2. They've tried using 'IS' instead 'STARTS WITH' for /cali but then, when trailing slash is not added, it fails. It also fails when calling something like /cali/ad Since we don't know what other possible contexts might be requested, we want just to add a rule for /cali and leave everything else (/california , /calisthenics, ...) under rule 2) What's the issue here? Is something like it possible just using the web interface or are iRules needed? Any examples? Thanks a lot in advanceSolved2KViews1like4CommentsHow to add asm to the existing LTM policy
Hello Is there a way to add the asm actions to an existing LTM policy. Let's say there is an LTM policy with a lot of rules and forwarding actions only. When a I try to add the asm control to this policy it says that I can't as the existing rules have no asm actions. On the other hand I can't add an asm action to rules before the asm control is added at the policy level. How to add asm without recreating the whole policy and all its rules? The same issue arises with the L7dos control.173Views0likes2Comments