[squid-users] acl working but not reading my porn.txt list?

From: <christian@dont-contact.us>
Date: Tue, 26 Nov 2002 13:10:13 +0100

I have been trying for a while and have not been able to find this
problem out myself. I am using Squid/NT in Windows 2000 and it works
fine. The acl list below is nearly exakly standard from the
installation.

I can surf through this cache and it works.

My list of blocked urls below, ("C:/squid/etc/porn.txt"), are not
getting blocked.

Can anyone see anything fishy with my acl??

-------------------------------------------------------------

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl our_network src 192.168.0.0/255.255.0.0

acl porn url_regex -i "C:/squid/etc/porn.txt"

http_access allow manager localhost http_access deny manager
http_access deny !Safe_ports http_access deny CONNECT !SSL_ports
http_access allow our_network

http_access deny porn
http_access deny all

-----------------------------------------------------------------

Thank you!!

Br,

Christian Otrel

christian@otrel.net
Received on Tue Nov 26 2002 - 05:10:17 MST

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