I have a server with about 2000 domains on it pointing to same folder.
I put an include file with the domain list into a virtual host entry.
Do I need to make a second include file for www.sales.com wwww.sales2.com etc.. or is there a better way to do this to avoid redundant data and a waste of RAM for apache to load a file twice as large?
I do have access to the dns records if that's a better option.