folder permissions
Permalink
Hello, so I've noticed we've changed the folder permissions for a few folders to 777, which means ALL/world has read/write/execute. Do ALL really need write permissions to stay? It seems like that would allow files to be uploaded/sent to the site.
In short: If all the processes of a hosting account (a single user on a machine with a ton of other users/hosting), run with the same user, there's no need for that.
If PHP is running as "user_dhammadude" as well as apache, both processed can access all the files. That's usually the case when you work with FCGI while it's probably the opposite if you're using mod_php.