Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2000 12:46:23 -0400
From:      James Housley <jim@thehousleys.net>
To:        Nate Johnston <nmj3e@alumni.virginia.edu>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Apache vhosts question
Message-ID:  <39DCB05F.8B6AC2F@thehousleys.net>
References:  <20001005114334.E12536@alumni.virginia.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Nate Johnston wrote:
> 
> I am trying to set up name-based virtual hosts on apache 1.3.12.  No matter how many
> hosts I enter, apache only displays the first one in the configuration file.  For
> example:
> 
> NameVirtualHost 216.141.207.119
> 
> <VirtualHost 216.141.207.119>

<VirtualHost coyote.broadwing.com>
>     ServerName coyote.broadwing.com
>     DocumentRoot /home/www/coyote.broadwing.com
> </VirtualHost>
> 
> <VirtualHost 216.141.207.119>

<VirtualHost codesnake.com>
>     ServerName codesnake.com
>     DocumentRoot /home/www/codesnake.com
> </VirtualHost>
> 

That should fix your problem

Jim
-- 
"It's a damn poor mind that can only think of one way to
spell a word."
    -- -Andrew Jackson


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39DCB05F.8B6AC2F>