Re: [squid-users] Case-sensitive expressions and customizing error messages

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Tue, 09 Oct 2001 23:24:57 +0200

JPASTORM@esade.es wrote:
>
> I'm setting up a squid server. Reading docs, I've found in the FAQ the
> following lines:
>
> 7.5 How can I purge an object from my cache?
>
> Squid does not allow you to purge objects unless it is configured with
> access controls in squid.conf. First you must add something like
> acl PURGE method purge
> acl localhost src 127.0.0.1
> http_access allow purge localhost
> http_access deny purge
>
> I thought that regular expressions were case-sensitive, right? I think I
> should write:
>
> acl PURGE method purge
> acl localhost src 127.0.0.1
> http_access allow PURGE localhost
> http_access deny PURGE

This is Squid ACL lists, nor regular expressions. Still case sensitive
however. Thanks for notifying us on the error in the FAQ.

Regards
Henrik Nordström
Squid Hacker
Received on Tue Oct 09 2001 - 15:32:37 MDT

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