[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Sub Domain Problem RaQ3i
- Subject: Re: [cobalt-users] Sub Domain Problem RaQ3i
- From: PyschoCotic@xxxxxxx
- Date: Tue May 9 17:18:32 2000
It works, thanks you rule! I thought web access by domain ment that you
could access it as a web site... But looking more into the sentence... web
access BY DOMAIN, I see its true meaning (by domain.com alone).
Thanks,
~Randy
In a message dated 5/8/00 10:47:38 PM Central Daylight Time,
duncan@xxxxxxxxxx writes:
> Check the www.mydomain.com site settings and see if "Web access by domain"
> is enabled. You should still be able to create sites with the same domain
> if it _IS_ enabled, but you cannot have two sites with the same domain
> that both have this option on. (same rule applies for the "Accept email
> for domain" option)
>
> The "Web access by domain" option will put a "ServerAlias" directive in
> the <VirutalHost> block of the Apache /etc/httpd/conf/httpd.conf file
> that looks something like:
>
> <VirtualHost x.x.x.x>
> ServerName www.domain.com
> ServerAlias domain.com
> ...
> </VirtualHost>
>
> and tells Apache that incoming web requests like "http://domain.com/" are
> to be treated as "http://www.domain.com/". This means that you cannot
> have two virtual sites with this same directive because Apache would be
> confused.
>
> If the www.domain.com virtual site does not have this option enabled and
> you are still getting the error, then you may have found a bug. I tried
> it locally and was able to add the site, but there's always a big
> difference between my raq here and one in use by a customer in the real
> world...
>
>
> good luck,
> -duncan
>