[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Reverse Lookup for Same IP Domains
- Subject: Re: [cobalt-users] Reverse Lookup for Same IP Domains
- From: "Jim Scott" <cobaltlist@xxxxxxxxxxxx>
- Date: Sun Jul 15 14:46:46 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Go into httpd.conf which is in /etc/httpd/conf
Look for the configuration section for this domain
and look to see if an alias was created for this that
points to just the domain.com name.
If not you will need to add a line that looks like this.
Notice an alias of domain.com
as well as the ServerName www.domain.com
This allows this one site to respond to both requests.
<VirtualHost 63.226.224.161>
ServerName www.domain.com
ServerAdmin home
ServerAlias domain.com
DocumentRoot /home/sites/site55/web
Jim
----- Original Message -----
From: "M. DeWar" <mdewar@xxxxxxxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Cc: <elmer@xxxxxxxxxxxxxx>
Sent: Sunday, July 15, 2001 6:42 PM
Subject: Re: [cobalt-users] Reverse Lookup for Same IP Domains
> how do you get the raq2 to accept both
> www.virtualdomain.com and virtualdomain.com ?
> i have the dns setup properly cuz it works fine on our website pro 2
> box but when i put the domain on the raq box it only responds to
> www.virtualdomain.com. if i go to virtualdomain.com the main domain
> homepage comes up.
> i called sun cobalt tech and they said to make sure that the ptr
> is set right.
> also i don't use the raq for email or dns. those are served by other
> boxes.
>
> thanks
> mark
>
> --------- Original Message ----------------------------------
> From: Elmer Fuddpucker <elmer@xxxxxxxxxxxxxx>
> Reply-To: cobalt-users@xxxxxxxxxxxxxxx
> Date: Wed, 2 May 2001 18:36:57 -0600 (MDT)
>
> >On Wed, 2 May 2001, Rick Boucher wrote:
> >
> >} A bit much. Any Recommendations?
> >
> >Just ignore Reverse Lookups when running named based hosts.
> >
> > brent
> >
> >
> > Elmer Fuddpucker's WWW Directory
> > http://www.fuddpucker.com/
> >
> >
> >
> >_______________________________________________
> >cobalt-users mailing list
> >cobalt-users@xxxxxxxxxxxxxxx
> >To Subscribe or Unsubscribe, please go to:
> >http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>