On mån, 2008-11-17 at 15:25 +, Roger Thomas wrote:
> Hi,
>
> This is my first time posting to the mailing list, but I just wanted to know
> whether anyone knew how to do the below:
>
> I use the following to block a list of words from URL’s:
>
> acl misc_block_list url_regex -i "/etc/squid/b
-i "/etc/squid/block/misc_block.list"
http_access deny misc_block_list
Thanks all!
Roger
-Original Message-
From: Jeff Gerard [mailto:[EMAIL PROTECTED]
Sent: 18 November 2008 07:31
To: squid-users@squid-cache.org
Subject: Re: [squid-users] acl deny versus acl allow?
My apo
My apologies...I misinterpreted what you said. I thought you meant "deny"
should not be used at all
- Original Message -
From: Amos Jeffries
Date: Monday, November 17, 2008 9:33 pm
Subject: Re: [squid-users] acl deny versus acl allow?
To: Jeff Gerard
Cc: squid-users@squid
Jeff Gerard wrote:
Can you clarify this? I have looked through the FAQ and there is plenty of reference to using
"deny" and I can't see any mention of replacing "deny" with "allow".
You can write either:
http_access deny something
or
http_access allow something
not both on the same line.
Can you clarify this? I have looked through the FAQ and there is plenty of
reference to using "deny" and I can't see any mention of replacing "deny" with
"allow".
Thanks
> The word 'deny' is fully replaced with the word 'allow'.>
> Please read and understand the FAQ on ACL before continuing wi
Roger Thomas wrote:
Hi,
This is my first time posting to the mailing list, but I just wanted to know
whether anyone knew how to do the below:
I use the following to block a list of words from URL’s:
acl misc_block_list url_regex -i "/etc/squid/block/misc_block.list"
http_access deny misc_block
Hi,
This is my first time posting to the mailing list, but I just wanted to know
whether anyone knew how to do the below:
I use the following to block a list of words from URLs:
acl misc_block_list url_regex -i "/etc/squid/block/misc_block.list"
http_access deny misc_block_list
I am trying to