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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx