Re: [SQU] single work blocking

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 27 Dec 2000 01:08:49 +0100

If the request is matching "blocked" then it will never reach the
"blockedsite" construct.

--
Henrik Nordstrom
Squid Hacker
Rick Francis wrote:
> 
> #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 blocked url_regex "/etc/squid/blocked.acl"
> acl unblocked url_regex "/etc/squid/unblocked.acl"
> acl trust url_regex "/etc/squid/trust.acl"
> 
> http_access deny blocked
> http_access allow unblocked password
> #http_access deny blocked
> http_access allow trust
> http_access allow all password
> #
> acl blockedsite urlpath_regex -i sussex thestreet
> http_access allow blockedsite password
> http access deny blockedsite
> 
> the single-work-blocking syntax is at the end...can't wait to here what you
> think! rf.
>
--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Dec 26 2000 - 17:17:13 MST

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