| I'm running Squid as Root and here is the list of permissions:
| 
| drwxr-xr-x  3 root  wheel  512 Apr  6 11:28 cache
| drwxr-xr-x  2 root  wheel  512 Apr  6 11:33 logs
| -rw-r--r--  1 root  wheel  905 Apr  6 11:33 squid.out
| 
| What is wrong?
AFAIK Squid starts as root and changes to whatever userid.groupid you have
specified in squid.conf. The default I believe is nobody.nobody.
Do the following (as root):
chown nobody.nobody logs
chown nobody.nobody cache
| 
| Best regards,
|  Alexander Isaev                          mailto:A.Isaev@astelit.ru
| 
Regards
------------
Dan Larsson
Received on Thu Apr 06 2000 - 02:28:30 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:50 MST