I am trying to configure my Apache instance to support a catch-all sort of construct for domains.
I want the root domain, ie: example.com and all *.example.com to be directed to one specific DocumentRoot. However I have one caveat, I have existing sub domains. ie: sub1.example.com sub2.example.com as well as sub1.something.example.com that have different a different respective DocumentRoot (except in the case of the ones starting with sub1. (for example))
What is a sane way to configure this? Is it even possible?