bwobbones wrote:
> Hi,
> 
>   Does anyone know how I can see the process by which apache is working out
> which vhost to go to?  I've got a problem where it's always going to the
> default (http://www.nabble.com/More-Virtual-Host-problems-tf2265477.html)

Unless you run perchild or memutex (sp?) MPMs - then the requests go
round robin to each worker process.

It's not the process you are looking for - it's the <VirtualHost > block
you want to pay attention to.  Make sure VirtualHost argument matches your
NameVirtualHost directive, make sure ServerName is right for each.

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