You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Grant Cooper <gr...@nucleus.com> on 2002/09/10 01:07:45 UTC

[users@httpd] subdomain

I am trying to create a domain.

www.<sub_domain>.<Domain>.ca

But I don't know where to start. I've been looking up +"sub domains" and
tutorials but I can't find anything.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] subdomain

Posted by Jacob Coby <jc...@listingbook.com>.
> I am trying to create a domain.
>
> www.<sub_domain>.<Domain>.ca
>
> But I don't know where to start. I've been looking up +"sub domains" and
> tutorials but I can't find anything.

step 1: configure your nameserver to resolve the second and third level
(thirdlevel.secondlevel.toplevel.com) domain.  check out `man 8 named` on
how to do this.
step 2: configure apache to listen either on the (unique) ip address, or on
a name-based virtual host.

-Jacob
http://www.listingbook.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org