VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not sup

alexandz

Well-Known Member
Oct 28, 2011
111
0
66
Chile
cPanel Access Level
Root Administrator
When you restart Apache I get the following:

[Fri Dec 20 09:25:20 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Fri Dec 20 09:25:20 2013] [warn] NameVirtualHost 127.0.0.1:80 has no VirtualHosts
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Make sure the hostname of the server is not added to an account. EX:

Code:
grep `hostname` /var/cpanel/users/*
You can also try rebuilding the Apache configuration file as that sometimes resolves those warning messages. EX:

Code:
/scripts/rebuildhttpdconf
Thank you.