Owner and group for the new virtualhost

#1
I ran apache2 for a few years and there I used the owner and group for all virtualhosts www-data:www-data.
OLS runs by default under nobody:nogroup.
I create a new Vhost, according to the manual, where I set the owner and group to lsadm:lsadm.
When I create another Vhost, what name and group should I use?
Should I always create a new owner and set it for each vhost?

Code:
chown user1:user1 /usr/local/lsws/vhost1/conf
chown user2:user2 /usr/local/lsws/vhost2/conf
chown user3:user3 /usr/local/lsws/vhost3/conf
Or should I use nobody:nogroup for every vhost?
 
Top