[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Virtual Domains on RAQ3



Restart Apache...

cd /etc/rc.d/init.d
./httpd restart

~Randy

In a message dated 4/27/00 2:39:56 PM Central Daylight Time, 
bdaley@xxxxxxxxxxxxxxx writes:

> 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
>