Created a non-root account so the user can login and upload files to the public directory (which works) except there's difficulty when adding a CMS.. constant write permissions (when maintaining the site via the CMS).
Ie. The logs experience write permissions.
- Default is set to rwxr-sr-x (2755) [group = apache] [owner = user]
- add user to group Apache - still has issues.
is there a way I can alter the permissions so when they further change things and add new files, they don't encounter these issues?
For the time being, I hand modified the affected files to 0775 and seems to work. Ideally, I'd like to set the default permissions so they won't need the folders manually changed.