On Sun, Mar 15, 2009 at 2:34 AM, Rex C. Eastbourne <[email protected]> wrote: > However, when I do this, I get the following error message: > > [error] VirtualHost *:80 -- mixing * ports and non-* ports with a > NameVirtualHost address is not supported, proceeding with undefined results
Your config is perfect, however you have other vhosts getting in the way. apachectl/apache2ctl/httpd -S would show you where you have "virtualhost *" w/o a port number, which overlaps with these. -- 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]
