WordPress wp-config.php with 0500 permissions and user/group Apache user/group - more secure?
Posted
by Chris Altman
on Server Fault
See other posts from Server Fault
or by Chris Altman
Published on 2010-06-10T18:33:40Z
Indexed on
2010/06/10
18:43 UTC
Read the original article
Hit count: 311
permissions
|Wordpress
I changed the owner/group of the wp-config.php file to www-data (Apache's user).
I changed the file permission to 0500.
Is that more secure than leaving my normal user as the owner and file permission of 0755?
© Server Fault or respective owner