Doug Renner wrote:
>
> > #allow all sites to use connect to us via HTTP
> >
> > http_access deny manager all
> > http_access allow allow_hosts
> > http_access deny all
>
> I think you need to remove the 'all' from the line
> 'http_access deny manager all'.
No, it won't make any difference.
Deny access to manager from all source addresses
or
Deny access to manager
is the same thing.
Remember that ACLs listed on an access line is AND, and successive
access lines are OR logic.
deny|allow if acl1 AND acl2 AND acl3...
or
...
-- Henrik Nordstrom Spare time Squid hackerReceived on Tue May 25 1999 - 14:36:17 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:25 MST