Results 1 to 4 of 4
I've set up a home http server on my old laptop - Centos 5.2. I'm using joomla for content management. My question is what permission should I set for the ...
- 03-17-2009 #1Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
/var/www/html/ permissions and users
I've set up a home http server on my old laptop - Centos 5.2. I'm using joomla for content management. My question is what permission should I set for the files/folders in my joomla directory. I mean I read that for files 644 and directories 755 should by enough. Also, who should own all those files/directories - shall I keep them as owned as root or shall I create a separate user for administering the website/apache and chown them to the new user?
thanks in advance
- 03-18-2009 #2
644 is fine for files with static content (html) but script files such as php need to be executable as well, you should use 755 for those as well.
- 03-18-2009 #3
- 03-18-2009 #4Linux Newbie
- Join Date
- Feb 2009
- Posts
- 100
Ok thanks guys. It was helpful


Reply With Quote
