This is what I get when I query the server using the host command.
[root@rockweb root]# host
www.ravensbantamta.com
www.ravensbantamta.com has address 192.168.0.2
www.ravensbantamta.com has address 209.53.18.67
[root@rockweb root]# host -t ns
www.ravensbantamta.com
[root@rockweb root]# host -t ns ravensbantamta.com
ravensbantamta.com name server ns12.zoneedit.com.
ravensbantamta.com name server ns19.zoneedit.com.
This is my httpd.conf file. I'm not sure what is relevent so here is the one Virtual web section that I have set up so far.
Let me know what other info you need.
<VirtualHost *:80>
DocumentRoot "/websites/ravensbantamta"
ServerName ravensbantamta.com
ServerAdmin
johnsond@direct.ca
ServerAlias
www.ravensbantamta.com
</VirtualHost>
Appreciate you looking at this.