I bought a domain name with GoDaddy.com. I have a Ubuntu linux server running with Rackspace Cloud. On this server, I have Apache up and running.
My question is this: How can I set up my domain to point to my server with Rackspace Cloud. More specifically, I want http://www.mydomainname.com to map to my Apache server.
I am assuming that I need to establish something with DNS.
Thank you for your help.
Make a new A record and point
wwwto your ip address, eg 69.69.120.200. Also make another A record and point @ to the same IP.Then make corresponding virtualhosts in Apache with
ServerName domain.com