Thomas.Hansen.tmh./Copenhagen@manbw.dk wrote:
> BTW: I installed some patches you sent out: squid2.1-PATCH2-hn1.patch
> Then my proxy auth stopped working.
That is probably because Squid started working then.
Btw: This patch is not mine. The changes are mine, but the bundle are
made by someone else. My "original" version of the patches are available
from http://hem.passagen.se/hno/squid/ (the patch descriptions are moved
to the "old patches" section).
> acl passwdauth proxy_auth /usr/local/squid/etc/proxyusers
There is no quotes around the above filename. You are defining a
proxy_auth ACL matching the username "/usr/local/squid/etc/proxyusers",
which is very different from the contents of the file.
Correct syntax is:
acl passwdauth proxy_auth "/usr/local/squid/etc/proxyusers"
--- Henrik Nordström Spare time Squid hackerReceived on Tue Mar 09 1999 - 14:55:47 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:45:11 MST