I have a linux server with a chroot user jail environment. Users files are kept under
/jail/username/httpdocs
and are currently resolvable under
http://IPADDRESS/~username
I need users to be able to setup their own virtualhost config rather than using global apache2.conf i.e user will create file
/jail/username/vdomains/domain.com.conf
and it will put their virtual host information. Is this possible?