haus wrote:
XO39 wrote:
Does anyone know if there are any cases that require to have more the one FQDNs in the same server?
Without going into the realm of highly-unlikely scenarios, no. Your fully-qualified hostname is the machine name followed by a domain, like:
machinename.mydomain.com
It has one full name, just like you do, which uniquely identifies it.
By chance you're not confusing your fully qualified host name with virtual hosts in Apache or other web servers, are you? You can give your VPS the hostname above and host a web site with a completely different document root under "www.mydomain.com". Then you can host other web sites such as "www.myotherdomain.com" on the same Linode, which continues to use the fully-qualified hostname "machinename.mydomain.com".
Where are you reading or hearing that your server needs multiple FQDN's? I'd like to understand where that question is coming from.
Hi haus,
I didn't hear or read anything about having multiple FQDNs. I was just wondering if there are any cases required that, that's all.
I was just confused about what to set my FQDN to as I have more than site/domain and thought there might be some kind of criteria I should follow to set a FQDN for my server.
And no, I'm not confusing Fully Qualified Domain Name with Virtual Host in Apache.
So now after clearing things up, I came to this conclusion:
I can choose any domain of MY domains to be the FQDN of my server and I only need one FQDN. And my understanding is that FQDN is not used for connections/calls from outside the server, it's only used for inside connections only.
Am I right?