ciokan@xxxxxxxxx wrote:
Is it possible to restrict access to each ip but with a different port for each ip? for example: user1 has access to ip1 port 8000 user2 has access to ip2 port 8001
Given proper declaration of the acls "user1", "user2", "ip1", "ip2", "port8000" and "port8001"...
http_access allow user1 ip1 port8000 http_access deny ip1 http_access allow user2 ip2 port8001 http_access deny ip2 Chris