[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: errors in apache.
- From: Mike Burger <mburger bubbanfriends org>
- To: redhat-list redhat com
- Subject: Re: errors in apache.
- Date: Mon Sep 2 04:49:01 2002
The problem, in this case, is that Info is using multiple "VirtualHost"
entries on the same IP. In such a case, you need at least a
#<VirtualHost name.domain.org>
entry prior to each <VirtualHost num.eric.ip.address> entry.
This is how Apache knows to serve up a particular web site for a
particular name. Otherwise, it will keep serving up the main site, time
after time.
On 1 Sep 2002, Gordon Messmer wrote:
> On Sun, 2002-09-01 at 07:54, Info wrote:
> > I extracted part of the config.
> ...
> > NameVirtualHost 192.168.0.1:80
> > NameVirtualHost 192.168.0.2
> > <VirtualHost 192.168.0.1>
> ...
> > </VirtualHost>
> > <VirtualHost 192.168.0.2>
> ...
> > </VirtualHost>
>
> Your VirtualHost declarations don't have servernames, so you're not
> using NameVirtualHost, and you can probably remove it. I think your
> problem is that the first VirtualHost defines a host that apache thought
> the rest of the config was already defining (??). Maybe remove the
> NameVirualHost, and put the "BindAddress *" back?
>
>
>
>
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]