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

Re: errors in apache.



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]