• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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