Hi Adrian! Thank you!
Adrian Chadd escreveu:
You could generate the ACLs from a database into a text file and
configure
your Squids to use these external acl text files.
my current system already have a web interface what generates
http_access's and acl's lines for squid.conf and external files with
users, sites and url pattern's. So this files are already builded.
Then its just a matter of fetching the files (via
http/https/scp/sftp/whatever)
periodically and running squid -k configure if the files have changed.
It is a option, but if I do so, it will not be updated instantaneously.
On other hand, indeed, such instant. updates maybe are not so important.
I've done this a few times with a little bit of shell scripting.
Adrian
Tom Lobato