CentOs doesn't recognise www-data but want to change ownership on my files folder. All my folders are owned by root at the moment. Confused as to what should be owned by apache and what she be owned by me the root user? Also when it says root root does that mean root user me and group apache root?
2 Answers
There is apache user instead of www-data in Centos.
-
-
nope. they're different users. data should be owned by
apacheto be able to modify them via your web scripts.rush– rush2012-12-11 11:19:10 +00:00Commented Dec 11, 2012 at 11:19
you can run sudo chgrp -R apache YOUR_FOLDER
-
1This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From ReviewRomeo Ninov– Romeo Ninov2017-08-25 06:51:17 +00:00Commented Aug 25, 2017 at 6:51
-
2@RomeoNinov This may be a wrong answer but it does try to answer the question. In any case it is not a comment posted as an answer due to a lack of rep. How did this comment get an upvote...Hauke Laging– Hauke Laging2017-08-25 10:40:45 +00:00Commented Aug 25, 2017 at 10:40