Mailinglist Archive: opensuse-edu (62 mails)

< Previous Next >
Re: [suse-linux-uk-schools] Squid Starting Problem
  • From: Thomas Adam <thomas_adam16@xxxxxxxxx>
  • Date: Tue, 2 Mar 2004 14:35:28 +0000 (UTC)
  • Message-id: <20040302143525.27335.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
--- "adrian.wells" <adrian.wells@xxxxxxxxxxxxx> wrote:

> That's right, mock the afflicted! :-)

pffft :)

> I usually keep my text files containing the acl data in a folder called
> 'ACLs' in the root folder, so in my squid confign I would have the
> line...
>
> acl ICT arp "/ACLs/ICT.txt"
> acl BadExtn url_regex -i "/ACLs/BadExtn.txt"
> etc.
>
> Pointing to the list of ICT department computer MAC addresses etc. This
> worked fine before, but does not work now! as Squid says it can't find
> the
> files! So I have edited my squid.config and placed the ACL lists in the
> same
> folder as squid.config

Assuming the squid.conf file is in /etc/squid, simply change the above
such that:

acl ICT arp "/etc/squid/ACLs/ICT.txt"
acl BadExtn url_regex -i "/etc/squid/ACLs/BadExtn.txt"

-- Thomas Adam

=====
"The Linux Weekend Mechanic" -- http://linuxgazette.net
"TAG Editor" -- http://linuxgazette.net

"<shrug> We'll just save up your sins, Thomas, and punish
you for all of them at once when you get better. The
experience will probably kill you. :)"

-- Benjamin A. Okopnik (Linux Gazette Technical Editor)





___________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html

< Previous Next >
References