faqts : Computers : Internet : Proxy Servers

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

18 of 66 people (27%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

squid[5879]: failed to find or read error text file.

Mar 21st, 2000 16:27
Rob Garth,


Answer assumes default settings in Squid, That squid is installed in 
/usr/local/squid and squid child processes are run as nobody.

The squid child processes simple need read acces to all of the files in 
/local/squid/etc

chmod -R a+r /local/squid/etc/ should fix the problem.

Subdirectories need to have permissions set to 755.