[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Virtual Domains on RAQ3
Well, the GUI does some things besides adding stuff to httpd.conf, for one
thing, it adds network interfaces for the IP addresses...since you
bypassed the GUI you diddn't get an interface which is why you can't get
to the site by IP address.....using the same IP as nethostusa will work,
otherwise you need to do it yourself, and also you need a NameVrtualHost
line so the server knows it's suppsed to listen on that address....you
also didn't get any email stuff configured this way....
There's probably a much easier way to do this with ServerAlias and
Rewrite....
---
On Thu, 27 Apr 2000, Bart Daley wrote:
> I am trying to make a directory (www.nethostusa.com/Affiliates) resolve to
> affiliates.nethostusa.com. I have modified the httpd.conf file so the last
> line states "Include /etc/httpd/conf/codomains.conf" and have created a
> codomains.conf file that looks like this:
>
> <VirtualHost 64.29.28.254>
> ServerName affiliate.nethostusa.com
> DocumentRoot /home/sites/site1/web/Affiliates
> </VirtualHost>
>
> I have created to A records in DNS for affiliate.nethostusa.com, but when
> you enter affiliate.nethostusa.com in the browser it still resolves to
> www.nethostusa.com, and when you enter the ip address it times out. Any
> suggestions?
>
> Bart Daley
> NetHost USA