Hi,
I have few sites, and they all have identical setup on a single server. Now, instead of the separate configuration file for each of them in sites-enabled directory, I want to have a common file.
Idea is this:
www.abc.com should have /var/www/abc as DocumentRoot, www.xyz.com should have /var/www/xyz as DocumentRoot, etc.
All other parameteres like log files, contact emails etc should also have identical setup (abc.com should have [email protected] as admin email, xyz.com should have [email protected] as admin email etc).
I couldnt find any tutorial on how to backreference wildcards, etc.
regards,
JP