Hey Everyone
I just started using linode three days ago, I have moved my domain to my linode box. I installed Apache and configured it as it is using the Guides. My domain
http://www.skadooshlabs.com is pointed towards a virtual host and it can be accessed via the browswer. I am having some problems/confusion with sub-domains and vhosts.
I created a sub-domain:
test.skadooshlabs.com
and i wanted to map it to test website i have hosted virtually on my apache server. I have followed the instructions, I added a A/AAAA record for this sub-domain, then I configured this virtual host with this config:
<VirtualHost *:80>
ServerAdmin
webmaster@skadooshlabs.com
ServerName test.skadooshlabs.com
ServerAlias
http://www.test.skadooshlabs.com
DocumentRoot /srv/www/test.skadooshlabs.com/public_html/
ErrorLog /srv/www/test.skadooshlabs.com/logs/error.log
CustomLog /srv/www/test.skadooshlabs.com/logs/access.log combined
</VirtualHost>
It has been three days and I still get a Timeout in the browser. Can you please tell me what I am doing wrong?
Many Thanks