Hi,
On Tue, 5 Mar 2002, Razvan Cosma wrote:
> Hello,
> I am using squid because I want to restrict my users from accessing
> specific sites and it works just great - the traffic went waaay down
> since adding some regexps like \.avi$ :)
> The problem occured when I closed ports 8080, 3128, ... to prevent the
> users from using some other public proxy (acl proxy1 port 8080,
> http_acces deny proxy1...). To display the icons for a ftp folder, squid
> tries to fetch
> http://mach2:8080/squid-internal-static/icons/anthony-dir.gif and gets a
> TCP_DENIED/403
> Any workaround for this matter? Thank you.
What happens if you try:
acl mach2 dst <whatever mac2's ip is>
acl proxy1 port 8080
http_access allow mach2
http_access deny proxy1
Colin
Received on Tue Mar 05 2002 - 15:53:19 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:43 MST