[SQU] blocked urls

From: Andrew Wilson <WilsonA@dont-contact.us>
Date: Tue, 26 Sep 2000 10:26:12 +0200

Hi

If I have a long block list(block.txt), and an allow list (allow.txt), and a
certain url is block that I do not want to be blocked. How do I know which
"word", in the block list, is stopping the URL? (The URL is also very long!)

Regards,
Andrew

Squid.conf:
acl blockedsites url_regex -i "/usr/local/squid/etc/block.txt"
acl allowsites url_regex -i "/usr/local/squid/etc/allow.txt"
http_access allow allowsites
http_access deny blockedsites
                                                      
the URL:
http://ads.techrepublic.com/event.ng/Type=click&ProfileID=2&RunID=516&AdID=3
73&TagValues=196.202.206.209&FamilyID=1&GroupID=3&Redirect=http:%2F%2Fresear
chindex.techrepublic.com

The information contained in this e-mail including any attachments is
privileged and/or confidential. If you are not the intended recipient
please reply immediately and delete this message. Please do not make use of
it, nor disclose it's contents in any way. Thank you.

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Sep 26 2000 - 02:33:27 MDT

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