Dear Henrik thanks for yor email. My squid server was 2.4 on Debian woody version. However now I upgrade that to Squid-3.0. standard compile work properly but squid can not recognize the 'httpd_accel_host, httpd_accel_port 80' and generate below error. However I don't what options I have to use to make it active. Also is there any instruction to how active the squid to accept 'acl <aclname> proxy_auth REQUIRED' command in squid.conf already generate the below error 2004/01/09 13:06:22| aclParseAclLine: IGNORING: Proxy Auth ACL 'acl fire proxy_a uth REQUIRED' because no authentication schemes are fully configured.
BR Mo -----Original Message----- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: 09 January 2004 01:11 To: Mohammad Meskarian Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] Reverse proxy authentication On Thu, 8 Jan 2004, Mohammad Meskarian wrote: > I have problem with Squid when is working as reverse proxy. I want to > put squid between my web server and internet world and do > authentication before opening or forwarding any Traffic to my actual > webserver. > Reverse proxy configuration is working with no problem and squid > forward the traffic to my web server properly But as soon as I apply > any access list with authentication simply deny all access and doesn > allow any connection. What Squid version are you using? If using Squid-2.X then you need to enable a hidden define to activate authentication in accelerator mode (AUTH_ON_ACCEL if I remember correctly). This due to a major conflict with the support for transparent proxying. In Squid-3 it should work out of the box. Regards Henrik
