how to add subdomian
I am looking for instructions on how to add a subdomain. This is what I did so far but it's not working so I must be missing something.
I made an entry in my httpd.conf file like this:
ServerName subdomain.example.com
I added an A record to linode's dns manager for subdomain.example.com pointing to my IP address.
Is this the correct way?
thanks
Andrew
1 Reply
Is the problem that the name is not resolving (which is a DNS issue) or that
apache isn't reacting properly?