After all that it depends on what you want to do with the subdomain.  A host
record will only still point to an ip address.  If you want the subdomain to
resolve to a new webroot you will have to either use Host Header parsing via
your web server settings or filter using CF on cgi.server_name and
cflocation.

Just an added thought.

Thanks,
Robert Filipovich

----- Original Message -----
From: "Lee Fuller" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, October 29, 2001 3:20 PM
Subject: RE: Subdomain of a domain


> Larry,
>
> The "www" portion, as well as the "sales" portion, of the domain you
> show in your question are called the "host" names.  "Www.domain.com"
> can, and often does, point to a different IP address from, for example,
> "mail.domain.com".  This allows traffic to be routed to different
> programs or servers, so that the traffic can be handled appropriately.
>
> Basically, you CAN enter into your browser "http://mail.domain.com";.  If
> you did, you will, most likely, end up with an error, since that server
> actually only handles email traffic, not web traffic.  Different ports
> (i.e., 80 for http traffic, 21 for FTP traffic, etc.) are being answered
> by those different servers.  Therefore, a port 80 request (i.e.,
> http://) will not be answered properly if sent to an email server (i.e.,
> mail.domain.com).
>
> You can name a host anything you like (within the boundaries of Internet
> naming conventions.. i.e., no spaces or punctuation - save the hyphen
> (-) or the underscore (_)).  You could, for example, have
> "this.is.my.server.at.my.domain.com".  While this would turn into a
> NIGHTMARE for DNS entry.. It could be done.  The only requirement is
> that you have all the information properly setup in the DNS server that
> services "domain.com".
>
> Hope this helps.  Is kinda lengthy, but thought it might help you
> understand.  Basically, in your exampe... "www.domain.com" could point
> to "123.123.123.111", while "sales.domain.com" could point to
> "123.123.123.222".  They COULD both be web servers.. Or not.  Just
> depends on the type of traffic being sent to them... i.e., what they are
> being used for.
>
> Take care...
>
>
> Lee Fuller
> Chief Technical Officer
> PrimeDNA Corporation / AAA Web Hosting Corporation
> "We ARE the net."
> http://www.aaawebhosting.com
>
>
>
> > -----Original Message-----
> > From: Larry Juncker [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, October 29, 2001 12:04 PM
> > To: CF-Talk
> > Subject: OT: Subdomain of a domain
> >
> >
> > Apologies for the OT but I am curious.
> >
> > I see a lot of times where someone has an address like
> > www.mydomain.com and along with it, you see > reference to
> > sales.mydomain.com
> >
> > My question is, do these people have two IP's associated with
> > this domain or is this an entry in DNS that I am missing
> > somewhere on how to set up?
> >
> > Just curious.....
> >
> > Thanks and again apologies for the OT
> >
> > Larry Juncker
> > Senior Cold Fusion Developer
> > Heartland Communications Group, Inc.
> > [EMAIL PROTECTED]
> >
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to