The concept of virtual host and DNS
Posted
by
Subhransu
on Pro Webmasters
See other posts from Pro Webmasters
or by Subhransu
Published on 2012-09-11T07:18:24Z
Indexed on
2012/09/11
9:50 UTC
Read the original article
Hit count: 407
I have a dedicated server and a mydomain.com (bought from a hosting company). I want to host a website from my dedicated server with the domain mydomain.com i.e. when I enter mydomain.com from browser it should point to the IP(let's say X.X.X.X) of dedicated server(and a particular folder inside it). I have some following queries:
In Server
- I know I need to edit some of the files (like: host or hostname file) in the server but I do not know what exact file I need to edit.
- How to add a Site enable or Site available in apache2 ?
In Hosting Company control Panel
- Which records to add (A or cname or anyother)?
- Where Should I add DNS(in dedicated server section or domain name section)?
- How it is going to affect the behaviour of the domain?
in short the question is: How the virtual host works & how to add DNS?
© Pro Webmasters or respective owner