In an Apache VirtualHost section, is it possible to dynamically assign a DocumentRoot based on hostname instead of having one VirtualHost section for each hostname?
I have many hostnames that all share the same wildcard certificate and many other parameters. So it would be much better to have them all inside one VirtualHost section and set the DocumentRoot bases on the hostname.