Hmmm... How do I make sure the file is executable for the cache_effective_user? The cache_effective_user is set to the default, 'squid', user. I can't "su" to this user as it is a non-login account. I change the owner and group, however, of the file to 'squid' and I assume that this will allow the Squid process access to the file. Are my assumptions incorrect? Thanks! Paolo ----- Original Message ----- From: "Henrik Nordstrom" <hno@xxxxxxxxxxxxxxx> To: "Paolo Yuvienco" <paolo@xxxxxxxxxxxxx> Cc: <squid-users@xxxxxxxxxxxxxxx> Sent: Tuesday, March 22, 2005 5:23 PM Subject: Re: [squid-users] Help w/ external_acl_type... > 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