Hello list,

Could you tell me if I can have different url_rewrite_programs for different acls?
Something like
acl net1 src 192.168.1.0/24
url_rewrite_access allow net1
url_rewrite_program /usr/bin/redir1
acl net2 src 192.168.2.0/24
url_rewrite_access allow net2
url_rewrite_program /usr/bin/redir2

Reply via email to