ACL all 172.16.1.1-172.16.1.254/255.255.255.255 Restricted_Sites URL Regexp microsoft.com Unrestricted_Users Client Regexp w2kserver
PROXY ACL Allow manager localhost Deny manager Allow !Safe_ports Allow CONNECT !SSL_ports Allow localhost Deny Restricted_Sites Allow all My goal is to allow a small list of Hostnames (Unrestricted_Users) to access a list websites (Restricted_Sites) denied to all other users. I have tried various possibilities without success. Having Deny Restricted_Sites bans access to microsoft.com for everyone. However I wish to have server "w2kserver" able to access the sites. any ideas ???
