[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: errors in apache.
- From: "Info" <info ncmbox net>
- To: <redhat-list redhat com>
- Subject: Re: errors in apache.
- Date: Mon Sep 2 14:28:01 2002
I had to commented out NameVirtualHost 192.168.0.1:80 and it does not show
me the error anymore.
Thanks lot ppl.
----- Original Message -----
From: "Mike Burger" <mburger bubbanfriends org>
To: <redhat-list redhat com>
Sent: Monday, September 02, 2002 4:48 PM
Subject: Re: errors in apache.
> 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?
> >
> >
> >
> >
> >
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]