1. Where and how is epages.conf included in the main config?
2. What are PROXY and LB? If they are what I think they are you need to start apache with -DPROXY switch or that vhost will not be active at all due to IfDefine condition
___________________________
> From: Tom Frost <
fro5tie@xxxxxxxxx>
> To: "
users@xxxxxxxxxxxxxxxx" <
users@xxxxxxxxxxxxxxxx>
> Sent: Thursday, 3 January 2013, 13:58
> Subject: Re: VirtualHost configuration not working as expected with ePages solution
>
>
> Hi
>
> I have changed both VirtualHost definitions to *:80 and NameVirtualHost has the same, however both whichever hostname I use I still get the same site. Does it matter that the VirtualHost definitions are in separate config files?
>
> Thanks again
>
>
> ________________________________
> From: Eric Covener <
covener@xxxxxxxxx>
> To:
users@xxxxxxxxxxxxxxxx; Tom Frost <
fro5tie@xxxxxxxxx>
> Sent: Thursday, 3 January 2013, 12:02
> Subject: Re: VirtualHost configuration not working as expected with ePages solution
>
> > <VirtualHost _default_:80>
> > <VirtualHost
> my.ip.add.res:80>
>
> These have to be the identicalvalues for name-based vhosts to treat
> them as part of a set.
>
> If you don't care what IP address is used, use *:80 for both. If you
> do care, use t my.ip.add.res:80 for both. NameVirtualHost should have
> again an identical argument.
>
> --
> Eric Covener
>
covener@xxxxxxxxx
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail:
users-help@xxxxxxxxxxxxxxxx
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
users-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail:
users-help@xxxxxxxxxxxxxxxx
>