On Thu, Oct 7, 2010 at 2:23 PM, Michelle Konzack
<linux4miche...@tamay-dogan.net> 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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to