RE: [squid-users] proxy authentication

From: Colin Campbell <sgcccdc@dont-contact.us>
Date: Thu, 21 Mar 2002 16:42:42 +1000 (EST)

Hi,

On Thu, 21 Mar 2002, Jose Nathaniel G. Nengasca wrote:

> Gareth,
>
> Thanks a lot man, I already make it happen. The problem now is that
> hotmail.com is blocked even though is not on the specified banned lists.
> I have this config
>
> Authenticate_program /usr/lib/squid/ncsa_auth /etc/squid/passwd
> Acl porn_users proxy_auth REQUIRED
> Acl porn1 url_regex "/etc/squid/chastity/adult/domains"
> Acl porn2 url_regex "/etc/squid/blacklists/porn/domain"
>
> http_allow deny porn1 !porn_users
> http_allow deny porn2 !porn_users
>
> Now each file contains 10,000 site or more while www.hotmail.com
> <http://www.hotmail.com/> is neither listed inside those files. My
> question is why hotmail.com is being blocked by squid?

You are using "url_regex" - that's regular expressions. You'll probably
have to turn on debugging (28,9) to find out which rule is blocking
hotmail. It could be something as simple as "\.hot.*".

Colin
Received on Wed Mar 20 2002 - 23:43:08 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:01 MST