On 3/20/06, RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
>
> ----- Krist van Besien <[EMAIL PROTECTED]> wrote:
> > On 3/20/06, RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> wrote:

> > I suspect you have somewhere in /etc/httpd/conf.v/computerking.ca
> > something like this:
> >
> > <VirtualHost *:*>
> >
> > ServerName www.computerking.ca
> > ...
> > </VirtualHost>
> >
> > What hapens if you change that to
> > <VirtualHost *:80> ?
> >
> Thanks had <virtualhost *> solved everything. must have taken priority over 
> all the other vhosts.

If you look at the apache docs at:

http://httpd.apache.org/docs/2.0/mod/core.html#namevirtualhost

it says there:

"Note that the argument to the <VirtualHost> directive must exactly
match the argument to the NameVirtualHost directive."

That was the error here. Because the parameters didn't match you
created (unintentionally) an IP based Virtual Host that because of the
wildcard grabbed everything.

Krist

--
[EMAIL PROTECTED]
Solothurn, Switzerland

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to