I'm having a little trouble understanding the recommendation to setup a separate user for the file permissions of www/html folder in apache. See point 5 from this
The recommendation is out of the box Apache sets your html
folder to nobody or daemon. But this isn't a good idea!
I have a VM on Google Cloud compute Engine and when uploading files it only lets you do this to your home folder. Then from their with ssh I can move them over to my html folder.
When I do a ls -a
on my html folder after the move, it has kept the username for my local machine that I uploaded the files and folders from.
Long story short have I, albeit without knowing, basically adhered to this above recommendation? Or do I need to create a completely new user on the box and assign the html folder to that user?