On Tue, 22 Mar 2005, Paolo Yuvienco wrote:
When I start Squid, I revceive the following errors:
2005/03/22 11:54:22| ipcCreate: /usr/lib/squid/myAuth.pl: (13) Permission denied 2005/03/22 11:54:22| WARNING: myAuthType #1 (FD 7) exited
Your helper is most likely not not executable by the Squid cache_effective_user.
I have set the permissions of the myAuth.pl file using 'chmod 4755' so I know that it should be accessible. Additionally, I know the script works since I can run it from the prompt (it simply prints the input to a file and returns 'OK').
Can you run it from the prompt as your cache_effective_user? Testing as root is not meaningful as root is not restricted by permission controls...
Regards Henrik