On Thu, Oct 7, 2010 at 2:23 PM, Michelle Konzack <linux4michelle@xxxxxxxxxxxxxxx> wrote: > Forgotten one hing: > > If I change the > Â Â<VirtualHost 192.168.0.69:80> > to > Â Â<VirtualHost *:80> > I get > ><snip> > > which mean, it has hit the DEFAULT VHost and never arrived at the config > of <www.tdipmedia.net> which mean, the <VirtualHost 192.168.0.69:80> Âis > required. > > Thanks, Greetings and nice Day/Evening > Â ÂMichelle Konzack > If you did not also add a NameVirtualHost for *:80, then that is to be expected. If you don't do any IP/port based virtual hosting, then it is usually easiest to do: NameVirtualHost * <VirtualHost *> Cheers Tom --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx