Re: [squid-users] Squid + Auth Problem / confused

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Fri, 8 Mar 2002 08:32:45 +1000 (EST)

Hi,

On Thu, 7 Mar 2002, Marc-Christian Petersen wrote:

> Hi all,
>
> please, anyone can help me, i am very confused. Have a look:
>
> # NOAUTH START
> acl users src 0.0.0.0/0.0.0.0
> # NOAUTH END
>
> # FREEmode
> # FREE START
> acl denydoms dstdomain "/opt/admin/admin/etc/proxy.doms"
> acl denynets dst "/opt/admin/admin/etc/proxy.ips"
> acl privhosts src "/opt/admin/admin/etc/proxy.priv"
> acl denyregex urlpath_regex -i "/opt/admin/admin/etc/proxy.regex"
> http_access allow privhosts
> http_access allow denydoms
> http_access allow denynets
> http_access allow denyregex
> http_access deny all users

Where is "all" defined?

> # FREE END
>
> Okay, in the BLOCKmode, all is working fine. The defined urls/keywords
> defined in the acl are blocked. If i want to use the FREEmode, all is rejected. I
> want that the privhosts can surf EVERYWHERE, all others can surf to
> urls/keywords defined in denydoms/denynets and denyregex, but nowhere else.
>
> What do i do wrong?!

Maybe it's the last http_access line. If not, turn on acl debugging:

        debug_options ALL,1 28,9

Colin
Received on Thu Mar 07 2002 - 15:33:01 MST

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