• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

error pages show differenet domain

N

noworyz

Guest
I have about 19 domains on my server and it an error happens on any of those domains, the page shows somehting like this

http://www.missoulamedia.net/temp

take a look at the bottom of error, it says "web server at bigskyfans.com"

That is one of my domains but I have no clue as to why it is being listed on these error pages of all my domains. Any idea how I can make it so the bigskyfans.com is not listed?

Thanks
 
it looks like that is the domain name of the server. I turn that off on my servers, but lots of people leave it on. You may have to talk to your web host about that.
 
where does that get set at? I never set that to be the domain name of the server? It is one of 19 domains on the server and some domains the issue doesn't exist, some it does! Strange
 
There is a ServerName config directive in http.conf file that sets it for the entire server, and each domain name should have it also set in their httpd.include file

you can try running this:
Code:
/usr/local/psa/admin/bin/websrvmng -a --reconfigure-all
/sbin/service httpd restart
 
Back
Top