On 3/20/06, RYAN M. vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
> Hello all everthing was working fine until i reset my fedora box today not 
> sure what happened but apache is a bit broken now.  The only content that 
> comes up are for www.computerking.ca site. ie if i point browser at 
> www.computerking.ca everthing works fine.  If i point my browser at 
> blazebartending.com i still get the www.computerking.ca content. I know the 
> default behavior for apache is to use the first vhost listed if it cannot 
> find an apporpatly named site.  But why is it doing this to me?
>
> [EMAIL PROTECTED] conf.v]# /usr/sbin/apachectl -S
> VirtualHost configuration:
> wildcard NameVirtualHosts and _default_ servers:
> *:*                    www.computerking.ca 
> (/etc/httpd/conf.v/computerking.ca:4)
> *:80                   is a NameVirtualHost
>          default server mail.computerking.ca 
> (/etc/httpd/conf.v/computerking.ca:19)
>          port 80 namevhost mail.computerking.ca 
> (/etc/httpd/conf.v/computerking.ca:19)

snip...

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

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