Re: [SQU] acl quick question

From: Pascal Bourdais <PBourdais@dont-contact.us>
Date: Tue, 30 Jan 2001 17:59:38 +0100

acl quick question
  ----- Original Message -----
  From: Drash, Jim [EESUS]
  To: Squid-Users (E-mail)
  Sent: Tuesday, January 30, 2001 5:10 PM
  Subject: [SQU] acl quick question

  Will this work?
  I want to limit access to certain resources via squid by source IP address. I have defined acl thusly:

  acl LIMITED_OK src "/etc/squid/limited"
  acl LIMITED_URL url_regex -i <This is defined appropriately>

  http_access allow LIMITED_OK LIMITED_URL

  This all works.

  My question is will this work if I have an external process the lines in /etc/squid/limited ?

NO, you'll have to restart squid after each feed ; you can include "squid -k reconfigure" after it, but it can be heavy :
i've never look at the load of a reconfigure

Pascal

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Jan 30 2001 - 10:13:41 MST

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