Re: [SQU] access definition

From: Robert Collins <robert.collins@dont-contact.us>
Date: Thu, 19 Oct 2000 21:13:06 +1100

Oops my bad try this response :-]

----- Original Message -----
From: "Joel TAQUEBAN" <jtaqueba@apme-ops.dhl.com>
To: <squid-users@ircache.net>
Sent: Thursday, October 19, 2000 8:43 PM
Subject: [SQU] access definition

> Dear squid users,
>
> I'm having a little problem defining a deny list on some sites. I have
> the following acl
>
> acl notallowedsite http://myserver\example\.com:5000/index_sin.html
> http deny notallowedsite

try
acl notallowedsite urlregex
http://myserver\.example\.com:5000/index_sin\.html
note the . between myserver and example and the \ between sun and .

Rob

>
> The above doesn't seem to work. The true url is:
> http://myserver.example.com:5000/index_sin.html
>
> where 5000 is a port number on myserver.
>
> What's the right acl entry?
>
> Thanks,
>
> Joel
>
>
>
> --
> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
>
>

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Thu Oct 19 2000 - 04:12:06 MDT

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