Hello,
This isn't actually an issue but more of some clarificiation on how DSO creates files from PHP scripts. WordPress and other CMS's can have issues with their update functions whether it be WordPress itsself or the plugins. When the files are created, they are created as nobody:nobody. I guess my main question is why would this cause issues? Is it because nobody can't write to files or maybe Apache can't run the files if they are nobody:nobody? Also, one last thing. What are the correct ownership and permissions for files and folders with the DSO handler? To my understanding it should be user:nobody for the ownership and files should be 664 and folder 775. Any input is greatly appreciated
This isn't actually an issue but more of some clarificiation on how DSO creates files from PHP scripts. WordPress and other CMS's can have issues with their update functions whether it be WordPress itsself or the plugins. When the files are created, they are created as nobody:nobody. I guess my main question is why would this cause issues? Is it because nobody can't write to files or maybe Apache can't run the files if they are nobody:nobody? Also, one last thing. What are the correct ownership and permissions for files and folders with the DSO handler? To my understanding it should be user:nobody for the ownership and files should be 664 and folder 775. Any input is greatly appreciated