I am setting up a LAMP server for the first time and ran into an install problem for my application. Several directories for my app need write permission for the web server. The instructions say:
"In linux, recommend changing owners of these directories to the web server. For example, in many linux OS’s the web server user is apache’, ‘nobody’ or ‘www-data.’ So, if apache were the web server user name, could use the command ‘chown -R apache:apache directory_name’ command.
I’ve tried all three, but with no luck. I haven’t yet changed any server default settings. So, my question: what is the default server name in opensuse 11.2?
thus www is the group name (numbers may differ, but the names will be the same).
The files do not have to be owned by wwwrun, they can also be owned by another user with group www, but of course they must be group-readable, eventual group writable then.