When enabling the second vhosts in Apache2 <virtualHost *:80> on a SUSE server, apache restart gave me the following error:
“_default_ VirtualHost overlap on port 80, the first has precedence”
Solution: in /etc/apache2/listen.conf add or uncomment following line:
NameVirtualHost *:80