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:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to