[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Subdomains in RaQ 4i - HELP



>===== Original Message From cobalt-users@xxxxxxxxxxxxxxx =====
>The next steep i cant understand it
>
>>[2] Create 'A' records in DNS for domain.com
>>www.subdomain.domain.com <---- idid create this pointing to the ip address
>of the server
>>subdomain.domain.com <----- cant understand what this does now, a new (A)
>record?
>
>neither this
>
>>[4] edit /etc/httpd/conf/httpd.conf
>
>>add a line that states: "include domain.conf" (without quotation marks)
><--- This is clear to me
>>Place this line after the server <VirtualHost> container. This allows
>errors to resolve to the server domain instead of one of the sub/domains
><---This is not
>the rest is done

Here is how to create the subdomain.domain.com A records under GUI:

from DNS of the Domain.com choose to add "A" records:

then enter:

1. Choose to add A record:

www as the host,
change 'Domain name' to subdomain.domain.com (in the same box)
enter IP address for the subdomain
Do NOT check reverse dns
Click Save

2. Choose to add another A record:

enter nothing (leave blank) as the host,
change 'Domain name' to subdomain.domain.com (in the same box)
enter IP address for the subdomain
Do NOT check reverse dns
Click Save.

3. Click Update DNS.

4. Now if you want, you can make a virtual site for the subdomain.domain.com 
as below or make the changes to httpd.conf to make it point to a directory on 
the server.

Anyway, to make a virtual site:

Create a virtual site and:
enter www in host name
enter subdomain.domain.com in domain name field.
Leave email settings blank
select the other options as required and SAVE.

aljuhani@xxxxxxxxx