View Single Post
  #12  
Old 08-07-2014, 11:47 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Ok, I think I'm understanding a little more with permissions. Apache is run as www-data on debian. Try these:
Code:
chown root:www-data /var/www
cd /var/www
chown -R www-data:www-data *
ls -al
EDIT: In fact, you would probably get away with just having www-data own the logs folder.
Reply With Quote