I would like to run many VHOSTS with my lighttpd webserver.
I don't know how to chroot each vhost.
At the moment all the vhosts can read files owned by other vhosts, I don't think it's really sure!
Is there something you could advise?
At the moment for each vhost i create a new user, like:
website1.com:lighttpd
website2.com:lighttpd
website3.com:lighttpd
so different user with the same group (lighy run with lighttpd:lighttpd permissions)