On Tue, 20 Apr 2004, Stuart Thornton wrote: > Currently Im running Squid behind a firewall with LDAP authentication. What im > looking for is a way to tell squid not > to bother authenticating for local servers (inside firewall).
Allow access to these servers before where you require authentication in your http_access directives. Remember: http_access is a sorted list of rules. The first matching rule is used. Regards Henrik
