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 but I get errors: 2004/02/10 16:28:03| squid.conf line 1043: redirector_access deny wget_prog 2004/02/10 16:28:03| aclParseAccessLine: ACL name 'wget_prog' not found. 2004/02/10 16:28:03| squid.conf line 1043: redirector_access deny wget_prog 2004/02/10 16:28:03| aclParseAccessLine: Access line contains no ACL's, skipping What have I done wrong here? Thanks, Murrah Boswell
