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
