So I followed the steps here:
http://library.linode.com/lamp-guides/u ... .04-lucid/
The whois record shows the updated name servers pointing to ns1.linode.com etc.
If I ping
www.cardinaltogo.com results in an unknown host error. I have tried reloading and rebooting my server, and other websites served up by the linode are still running.
My virtualhost file looks like this:
Code:
<VirtualHost xxx:80>
ServerAdmin matt.sencenbaugh@gmail.com
ServerName cardinaltogo.com
ServerAlias www.cardinaltogo.com
DocumentRoot /srv/www/cardinaltogo.com/public_html/
ErrorLog /srv/www/cardinaltogo.com/logs/error.log
CustomLog /srv/www/cardinaltogo.com/logs/access.log combined
</VirtualHost>
And all the logs are created as well as an index.html in the public_html folder.
I've followed this process before but am stumped as to why it didn't work this time. Any help would be greatly appreciated!