Re: [squid-users] block downloads

From: Adam Aube <aaube@dont-contact.us>
Date: Wed, 2 Jul 2003 19:37:03 -0400

>I`m still having problems trying to block downloas

Two issues with your config file:

1) Those entries in magic_words2 should be in this format:

^ftp \.exe$ \.mp3$

Otherwise, you'll match in odd places and block URLs you might not
want to block.

2) You never specifically block the magic_words2 acl. Add

http_access deny magic_words2

just after acl CONNECT method CONNECT, before any other http_access acls

Adam
Received on Wed Jul 02 2003 - 17:41:17 MDT

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