Re: [squid-users] ACL help please

From: Muhammad Naeem <rhlinux71@dont-contact.us>
Date: Thu, 13 Sep 2001 01:51:44 -0700 (PDT)

There seems to be nothing wrong with your 'acls' ,
have you done a 'squid -k reconfigure' after editing
your squid.conf

Naeem

--- Matt Anderson <manderson@malys-midwest.com> wrote:
> Greetings,
>
> I am playing with my test squid and I can't figure
> out why I can't block ebay. Here is my ACL's from
> my squid file .... if anyone spots what's wrong or
> needs more of my config file please let me know!
> Help is greatly appreciated.
>
------------------------------------------------------
>
> #Defaults:
> acl all src 0.0.0.0/0.0.0.0
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl SSL_ports port 443 563
> acl Safe_ports port 80 21 443 563 70 210 1025-65535
> acl Safe_ports port 280 # http-mgmt
> acl Safe_ports port 488 # gss-http
> acl Safe_ports port 591 # filemaker
> acl Safe_ports port 777 # multiling http
> acl CONNECT method CONNECT
>
> ### Matt Anderson -- Block certain sites with ACL's
>
> acl ebay dstdomain .ebay.com
>
> ### Matt Anderson -- End of ACL for blocking sites
>
> #Default configuration:
>
> ### Matt Anderson -- Deny access to my ACL's
>
> http_access deny ebay
>
> ### Matt Anderson -- end of Deny access to my ACL's
>
> http_access allow manager localhost
> http_access deny manager
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> #
> # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM
> YOUR CLIENTS
> #
>
> http_access allow localhost
> http_access deny all
>
>
> Matt Anderson
> MCSE, CNE, CCNA, Network+
> Network Engineer
> Maly's Corporate Headquarters
> (616) 956-2246
>
>

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/
Received on Thu Sep 13 2001 - 02:51:56 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:10 MST