<div><div>I have a group of users (content editors) who need read-write access to apache document root. The apache web server is running as user:apache and group:apache. The filesystem permissions are currently set as apache:apache. How should I modify filesystem permission so that content editors can have read-write permissions and webserver can serve files as well? Following is what I have setup now, but I am not sure whether it is a good configuration. I appreciate any comments or suggestions regarding this. </div>
<div><br></div><div><setup></div><div>chown -R apache:contenteditors /var/www/html </div><div>chmod u=rx /var/www/html</div><div>chmod g+w /var/www/html </div><div>chmod g+s /var/www/html </div><div><br></div><div>Add people editing web/html files to contenteditors group. </div>
<div><setup></div></div><div><br></div><div>thanks,</div><div>jM.</div>