Re: [squid-users] Squid and wget and redirector

From: OTR Comm <otrcomm@dont-contact.us>
Date: Tue, 10 Feb 2004 20:22:51 -0700

OTR Comm wrote:
>
> Henrik Nordstrom wrote:
> >
> > On Tue, 10 Feb 2004, OTR Comm wrote:
> >
> > > Is there any way to tell squid not to use the redirector_program if the
> > > session is coming from wget?
> >
> > See redirector_access.
>
> I have authentication turned on and I have a user named wget. I
> authenticate through an external program, mysql_auth.
>
> I have wget setup to access squid as proxy-username 'wget'. So if I
> don't want user wget to access the redirector, I tried:
>
> acl wget_prog ident wget
> redirector_access deny wget_prog
>

Never mind, I figured it out.

'acl wget_prog ident wget' was wrong,

I needed:

acl wget_prog proxy_auth wget
redirector_access deny wget_prog

and

http_access allow wget_prog

Thanks,

Murrah Boswell
Received on Tue Feb 10 2004 - 20:23:21 MST

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