Re: [squid-users] Don't Know Topic For This Question - Got it!

From: OTR Comm <otrcomm@dont-contact.us>
Date: Tue, 17 Feb 2004 13:52:43 -0700

Henrik Nordstrom wrote:
>
> On Tue, 17 Feb 2004, OTR Comm wrote:
>
> > acl wget_prog proxy_auth wget
> > acl our_networks src 192.168.1.0/24 ...
> > redirector_access deny wget_prog
> >
> > http_access allow password
>
> How is password defined? If this is all users then no further http_access
> rules is needed.

acl password proxy_auth REQUIRED

So once password is allowed, it is redundant to have the rule

http_access allow wget_prog

right?

>
> > miss_access allow wget_prog
> > miss_access deny password
>
> The deny password is not needed.

I got rid of ** miss_access deny password **

wget_prog is defined like so,

acl wget_prog proxy_auth wget

and this is what I use to control miss_access, right?

Thanks,

Murrah Boswell
Received on Tue Feb 17 2004 - 13:52:58 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:02 MST