Alvaro Munoz-Aycuens Martinez wrote:
>
> Hi Henrik, i have mode 700 on all directories under squid, and the owner
> and group is root except the logs that have nobody as owner, i have
> tried to put mode 755 to all files with the same result, any ideas?
The user Squid runs as most likely needs read access to the error pages.
If you have mode 700 owner root on the directory, then it does not
matter what permissions the files have as it won't have access to the
directory in the first place.
Try:
chmod a+x squid squid/etc squid/etc/errors
chmod 644 squid/etc/errors/*
chown root squid squid/etc/* squid/etc/errors/*
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Sat Aug 19 2000 - 01:18:04 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:55 MST