I would like to use the the subdomain as my DocumentRoot folder
foo.example.com
Goes to
/var/www/foo
However I do not want to add a new entry for every subdomain
Basically
*.example.com
Goes to
/var/www/*
Where * is any alphanum string