Setting File Permissions for Web Documents
What file permissions the web documents should have in order to make development process easier?
The answer depends. For my use case, I want to avoid using sudo to copy documents from the user’s home to the Apache document root directory every time I want to update a file. Because the /etc/www directory owned by …