On Thu, 4 Mar 2004, Doug Kite wrote: > So then do I need two acls, one to do basic auth as such: > acl foo proxy_auth REQUIRED
No, just the group acl. > Does the auth_param directive replace the authenticate_program directive? Yes. See the release notes or the Squid FAQ. > could not find auth_param in the squid.conf--it only mentions > authenticate_program. Then you are using a very old Squid, or your squid.conf has very old comments not valid for the version of Squid you are using. Recommended action: 1. Clean up your squid.conf to only have your configuration and not all the documentation. If you need the documentaiton you have this in squid.conf.default which always has the current documentation for the version you are using. 2. Upgrade to current STABLE version if you are running an older version. Regards Henrik
