On 31/10/2013 6:14 p.m., Sachin Gupta wrote:
Thanks John.

does url_rewrite_access solve this? Sample below. I tried but doesnt
seem to work.

url_rewrite_program <some_prog>
acl allow_port myportname xxx4 xxx5
url_rewrite_access allow allow_port

That looks right.

Ensure that your http_port / https_port lines for the ports you want delivered to the redirector have either:

 http_port xxx4 ...
 http_port xxx5 ...

or

 http_port ... name=xxx4
 http_port ... name=xxx5

Amos

Reply via email to