Possible Duplicate:
Should websites live in /var/ or /usr/ according to recommended usage?
On a Linux server, sites are typically stored in /var/www
. But recently I got to know that creating a user for each site and storing each site in the respective /home/...
directory might provide some benefits in terms of security. So my question is what those benefits could be and what are the pros and cons of the two approaches in short?