Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 14:27:52 -0800 (PST)
From:      "Gerardo Amaya G." <jogegabsd@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   Virtual Host
Message-ID:  <20011115222752.15925.qmail@web20102.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hello all.
I'm working right now with a server 
www.domain.com but now I want to have another address
in 
other.domain.com in my httpd.conf I write this 

 NameVirtualHost *

      <VirtualHost *>
       DocumentRoot /www/domain
       ServerName www.domain.com
       ...
       </VirtualHost>
                  
      <VirtualHost *>
       DocumentRoot /www/other
       ServerName www.other.domain.com
       ...
       </VirtualHost> 
                 
Ans restarted my web server, But I can not get to the 
other.domain.com. I guess is something with DNS. 
What is that I should do to make it work???

thanks

Gerardi

__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011115222752.15925.qmail>