By critter
I’ve read a lot of articles on the subject of setting ownership and permissions for web servers and found good information, but I still can’t settle on the right answer. Are you able to help?
The scenario:
A small number of low profile websites, all of which need write access for logs, cache, etc. Updates are deployed frequently by using git over SSH. All are sites I have coded and am managing, so it’s only me that accesses the box. The server doesn’t do anything else other than LAMP.
The default position seems to be:
www-data userroot:www-data755 except for the logs/cache/etc which will be 775.I could do this by running a deploy script as root that updates the site and resets all the ownership and permissions. I would have to use a long/complex password for every change and adding a file will need chown/chmod.
This is OK, but this seems to be a much more convenient configuration:
web, set Apache/mod_php to run as this user./home/web.The benefits of the former method would be that write permissions are more limited, but if you can write at all then how much does that matter? It might be harder to escalate permissions as www-data than as a user with sudo access, but is brute forcing a strong password a realistic attack?
Can anyone offer advice or an alternative?
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Brute force attacks should be a concern but you could easily set the web user to only be accessible via ssh with a key and set up your SFTP client to use the key instead of a password.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.