Apache [error] VirtualHost *:80 — mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results

Posted on avril 10th, 2007 by Océane.
Categories: apache.

Hi, i wanted to share the solution to fix that weird error with apache. After an update of the apache httpd.conf in the virtual host configurations. I got no way to make apache work even if the server has started…
Solution: Try to see if the NameVirtualHost is correct:
NameVirtualHost *:80
If not, add the above statement before the virtualhost configs.

Restart apache with apachectl.

Hope it will cure your headaches.

0 comments.