Cluestick?

Given this configuration:

    NameVirtualHost *:80
    Listen 80

    <VirtualHost *:80>
        ServerName default.example.com
    </VirtualHost>
    <VirtualHost *:80>
            ServerName    www.example.net
            ServerAlias   testy.example.net
    </VirtualHost>
    <VirtualHost *:80>
            ServerName    www.example.org
            ServerAlias   new.example.org
    </VirtualHost>

Requests for www.* are served as I expect, the page(s) for the .net and .org 
sites are delivered.

However requests for the ServerAliases, new.example.org and testy.example.net, 
are fufilled from default.example.com

This is on Apache 2.2.22 A similar config is working as expected on an Apache 
2.2.8 installation.

-- 
            Michael Rasmussen, Portland Oregon  
          Be Appropriate && Follow Your Curiosity
  Other Adventures: http://www.jamhome.us/ or http://gplus.to/MichaelRpdx
A special random fortune cookie fortune:
The two old-timers sat down for a long chat about the good old days, when
the bicycle was the fastest vehicle on the dirt roads and an exchange
of letters could take months.
    ~ David V. Herlihy
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to