Dynamic VHosts

#1
I'm switching a large vhost development environment from Apache 2 to LiteSpeed. I understand how single VHosts work, but what is the best way to set up multiple (~50+) vhosts, save for each one individually? For example, the current Apache setup uses a php script to scan for directories inside users' home directories and create vhosts (the simple 5-liners, vs LS's larger conf files) dynamically based upon existing folders.

Regardless, apache's vhost config files are very short and inherit the rest - is it possible to do the same with LiteSpeed so that I can mimic this same functionality to dynamically create vhosts without having unnecessarily long conf files chained together (eg, inherit as much as possible)?

The point is essentially to have the least amount of configuration necessary to create an arbitrary vhost on the fly as well as maintain all existing ones.
 
Top