How to map DNS with my new IP address? [closed]
- by Carsen
I have installed apache2 in my ubuntu server. In apache2.conf, i have specified this
<VirtualHost *:80>
ServerName something.in
DocumentRoot somewhere/public
<Directory somewhere/public>
AllowOverride all
Options -MultiViews
</Directory>
</VirtualHost>
Also, i have my Domain - something.in registered with Go Daddy. There i have changed A(HOST) to point to XXX.XXX.XX.XXX which is my public address. But when i type something.in in browser, i am not getting my apps home page.
I got my public IP address as "XXX.XXX.XX.XXX is Natted to XX.XX.X.XX". which IP address should i use in my DNS settings?
How to make apache2 in my ubuntu server listen to request for something.in?