This a newbie question so bear with me please. Also, do not hesitate to say "That's not how it is called, it's called some-word-that-is-technical!" or "You can do that that way (or can't) but here try this method..." I'm tryin to learn :)
I have a VPS that i've installed a Apache Web Server on. What I want to do is forward my own website domains to that server and host those websites' files inside my Apache Web Server. As far as i understand that a DNS server is required to manage which domain is hosted where (IP-wise). But what i want to do is host my websites under the same IP number, the number that my web server has. How can i seperate those websites' files inside my web server so i don't have to use http://host/foo for www.foo.com and http://host/bar for www.bar.com?
