I'm setting up a SLES 12 system for running web applications on it. There is already a /srv/www
folder and it's owned by root
. So I'm going to reassign it to another user.
Is there a good practice / standard in Suse Linux Enterprise Server, what user should own the web root (and it's files and sub-folders recursively)? In Ubuntu e.g. this user is www-data
. Is it applicable to SLES? Or should the Apache user wwwrun
be the owner of the web root? Or maybe another special user?