I've created a group and a user to run lighttpd.
I would like to run from the web server only files that have these permissions (myuser:mygroup). I don't want to run files with root permissions.
Is this possible?
|
I've created a group and a user to run lighttpd. I would like to run from the web server only files that have these permissions (myuser:mygroup). I don't want to run files with root permissions. Is this possible? |
||||
|
|
|
Permissions can help here. Run Then, make sure your executable files reachable by lighttpd but owned by root are If you are looking to make sure This can be involved if you use script interpreters such as php or perl, as |
|||
|
|