I have Ubuntu 10.1 installed and I have setup Apache2.
I am going to host about 4-5 websites on this machine, so I need to have a user that controls files/permissions for each website.
I have added a user named 'site1' to control site1.com.
I know I should change the root folder in my apache config to be /home/site1 for site1.com
But the apache server runs on the www-data user, which will not be allowed to perform in actions on /home/site1.
How do I add permissions for www-data to the necessary folders?
Thanks,