[SQU] squid blocking problem

From: Rick Francis <rfrancis@dont-contact.us>
Date: Wed, 27 Dec 2000 19:11:15 -0600

here's my squid.conf entries, which i've tried re-positioning several times
without the desired results (single word unblocking/blocking within
urls...direct or linked):

#Default configuration:
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
acl blockedsite urlpath_regex -i sussex thestreet hungersite
http_access allow blockedsite password
http access deny blockedsite
#
acl trust url_regex "/etc/squid/trust.acl"
acl unblocked url_regex "/etc/squid/unblocked.acl"
acl blocked url_regex "/etc/squid/blocked.acl"

http_access deny blocked
http_access allow unblocked password
http_access allow trust
http_access allow all password

and here's the url's that get blocked:

http://www.thestreet.com/z/Login/login.jhtml

here's another:

http://www.thehungersite.com/cgi-bin/WebObjects/CTDSites

all three (3) of the sites in the urlpath_regex -i line continue to get
blocked.

i've even tried putting the entire url in trusted.acl without success.

the only other blocking software is an ad blocker~?

help, any ideas?

rf.

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Dec 27 2000 - 18:14:00 MST

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