RE: [squid-users] Blocking porn site (Sent by yuzz on behalf of Yuzz <yuzz@emasonline.com> )

From: <ChrisHoover@dont-contact.us>
Date: Thu, 18 Jul 2002 09:33:29 -0400

Have you looked at Dansguardian (dansguardian.org)? It is a great add on
to squid that is designed to do exactly what you want plus more (it can do
full content filtering).

-----Original Message-----
From: Yuzz <yuzz@emasonline.com>
Sent: Thursday, July 18, 2002 3:41 AM
To: Squid Users <squid-users@squid-cache.org>
Cc:
Subject: [squid-users] Blocking porn site (Sent by yuzz on behalf of
Yuzz <yuzz@emasonline.com> )

Hello
i had a problem when blocking "unhealthy site". i use this config below

acl localusers src 192.4.5.0/255.255.255.0
acl porn url_regex "/usr/local/squid/etc/porn"
http_access allow localusers !porn
http_access deny all

and also use this config

acl localusers src 192.4.5.0/255.255.255.0
acl porn url_regex "/usr/local/squid/etc/porn"
http_access allow localusers
http_access deny porn all

and also this config

acl localusers src 192.4.5.0/255.255.255.0
acl porn url_regex "/usr/local/squid/etc/porn"
http_access allow localusers
http_access deny porn
http_access deny all

I do testing and seems like user still can go to porno site. Seems like
my squid box didn't block the site mention. How do i solve this problem?

--
Yuzz
System Engineer
Tel : +606-3345666
Fax : +606-3372233
Received on Thu Jul 18 2002 - 07:40:45 MDT

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