----- Tom Evans <tevans...@googlemail.com> wrote:
> 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

what does apachectl -S say?

> ><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 *>

that's ambigous. a better practice is to use *:80 (when Listen-ing on port 80)

> 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
> 
-- 
Igor Galić
Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/

---------------------------------------------------------------------
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