View Single Post
  #3  
Old 12-08-2003, 08:18 AM
bogus bogus is offline
Member
 
Join Date: Dec 2003
Location: Brittany / France / Europe
Posts: 31
Default Thank you and more detail about intalled files permissions

OK, thanks for the correct log location.

As for the install, all docs in DEFAULT/ where not readable by "others" (perms: -rw-r-----) and trying to view them would result in a 403 "Permission denied" error.

I fixed that with chmod -R o+r DEFAULT/*

Sincerely
Reply With Quote