I am having an issue using squid auth.
This is from squid.conf
authenticate_program /usr/local/libexec/squid/test.pl
acl foo proxy_auth REQUIRED
acl all src 0/0
http_access allow foo
http_access deny all
This is test.pl
#!/usr/bin/perl
while (<>) {
print "OK\n";
}
This is what I get in my cache.log
The request GET
http://slashdot.org is DENIED, because it matched 'foo'
Can anyone help me?
Michael
Received on Sun Dec 19 2004 - 10:49:43 MST
This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:02 MST