in reply to Re: Re: Apache and Permission Denied
in thread Apache and Permission Denied
As you can see, my User and Group sections have both Read and Write permissions turned on. Everyone else that isn't part of these two entities (Other) only has Read permissions. The file is owned by my user (fuzzy) and the respective group (fuzzy). If you want your directory to be writeable by the Apache process, the directory must either be owned by apache with Write permissions turned on, or apache must be a part of the Group entity, with Write permissions turned on.[fuzzy@jason fuzzy]$ ls -l testfile -rw-rw-r-- 1 fuzzy fuzzy 0 Jul 17 11:07 testfile
|
|---|