You are not logged in.
Pages: 1
I recently got a VPS and set up darkhttpd on it. The default permissions for /srv/http had me a little confused:
drwxr-xr-x 2 root root 4.0K Mar 14 15:20 httpI'm a bit new at this, but I ended up making the follow permission changes:
drwxrwxr-x 2 root http 4.0K Aug 20 18:00 http... and added my user to the http group, which seems sane to me.
I've searched around but have been unable to find any relevant mention of the http user/group being used in conjunction with /srv/http. Is this a good approach to permissions for /srv/http? And if so, should I file a feature request to make it the default?
Offline
This is appropriate configuration/permission changes that you've made. About making /srv/http part of http group by default - it's a users preference. Some people run their httpd services under http user, some - dont.
knowledge is p0wer..
Offline
Pages: 1