[squid-users] Squid ACL, allow url?

From: CopyrightPhilly <philly_at_static-soft.com>
Date: Sat, 21 Feb 2009 14:55:12 -0800 (PST)

hi,

iv been trying for hours to try and get this to work,

basicly this is what i am wanting to do,

Deny if requested is not on allowed port
Allow local users accounts (got this working)
Allow if the requested url is *.mydomain.com
Deny if no the above

below what im using, - all the fully working...

can anyone tell me what im doing wrong?

thanks

acl LocalServer url_regex -i *.mydomain.com
acl all src all

http_access deny !Safe_ports
http_access allow LocalUsers
http_access allow LocalServer
http_access deny all

-- 
View this message in context: http://www.nabble.com/Squid-ACL%2C-allow-url--tp22141540p22141540.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Received on Sat Feb 21 2009 - 22:55:17 MST

This archive was generated by hypermail 2.2.0 : Sun Feb 22 2009 - 12:00:01 MST