[KLUG Members] Apache VirtualHost Configuration

Adam Williams members@kalamazoolinux.org
Sun, 12 Oct 2003 11:59:09 -0400


[root@www ]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: [Sun Oct 12 10:56:31 2003] [error] VirtualHost
_default_:443 -- mixing * ports and non-* ports with a NameVirtualHost
address is not supported, proceeding with undefined results
                                                           [  OK  ]

What the heck does this mean?  I used redhat-config-httpd to set this
up, and virtual hosts seem to work - but only on https:  and not on
http:// 

If I comment out NameVirtualHost * then this error goes away but virtual
hosts don't work.  The string "_default_:443" doesn't occur anywhere in
my config file so I assume it is the manifestation of some hard default.