> <VirtualHost *:80> > <VirtualHost *:443> > <VirtualHost *:*>
The VirtualHost you added would only be selected when the more specific matches (port 80, port 443) were not applicable. You should make sure you have one NameVirtualHost *:80 and just add a second <VirtualHost *:80> with the proper ServerName. -- Eric Covener [email protected] --------------------------------------------------------------------- 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]
