How do I correctly configure the server to not return any site for domains that are not explicitly listed in httpd.conf?
At the minute our VPS returns one of our hosted packages for all sites, even if the domain is not listed in httpd.conf! This means any domain that points to our VPS IP gets served with one of our hosting packages - meaning Google is displaying the content of that hosting site under different domain names in SERP.
I would like to:
a) only return websites for domains that are explicitly defined in httpd.conf (do nothing for unconfigured domains pointed to our IP)
b) configure the page/site displayed when visiting the VPS shared IP
At the minute our VPS returns one of our hosted packages for all sites, even if the domain is not listed in httpd.conf! This means any domain that points to our VPS IP gets served with one of our hosting packages - meaning Google is displaying the content of that hosting site under different domain names in SERP.
I would like to:
a) only return websites for domains that are explicitly defined in httpd.conf (do nothing for unconfigured domains pointed to our IP)
b) configure the page/site displayed when visiting the VPS shared IP