Click to See Complete Forum and Search --> : [error] VirtualHost _default_:443 -- mixing * ports


bruce1271e1271
11-17-2002, 11:44 AM
I am getting the following error when I turn on "NameVirtualHost *"

[Sun Nov 17 10:40:11 2002] [error] VirtualHost _default_:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results

I onloy have one virtual host listed for this test.

This worked in a previous build, but I upgraded my box/apache everything, and am not sure if anything changed in builds. I guess so since it doesnt work.

bruce1271e1271
11-17-2002, 04:32 PM
I figured it out.

443 is ssl. In the new Apache 2.x there is a config directory with ssl.config. Somehting in there was messing it up. Since I dont need to serve ssl, I moved the file and restarted....Works good now.

I will have to see whats in the config file that caused the problems.