TAG NAME url_rewrite_access

Description Used to define the access lists specifies which requests are sent to the redirector processes.
Build Option
Default
Usage
url_rewrite_access allow|deny acl …
Default
none
Synopsis
Some access lists which does not need redirection can be denied using this tag. By default all requests are sent to the redirector process.

Arguments

allow/deny
Allow or deny the access list
acl
List that to be allowed or denied

Example(s)
acl me src 172.16.1.35
url_rewrite_access allow me