On Wed, 31 Dec 2003, Darren Spruell wrote: > I have a large list of users that I currently maintain in the squid.conf > file as part of an ACL. Can these entries be kept in an external file > and included in squid.conf, somehow?
Yes, all the acls can have their members placed in external files by using the sytax acl name type "/path/to/external/file" (the quotes indicates to Squid that the file should be read) Regards Henrik
