Resposta curta: Sim.
Resposta longa: Parece que este é o seu primeiro VirtualHost no arquivo de configuração, o que faz dele o host virtual primário. Isso significa que seus outros hosts virtuais não são específicos o suficiente para corresponder ao tráfego, fazendo com que eles sejam hospedados nesse host virtual.
Consulte a seguinte página: link
Em particular:
Main host goes away
If you are adding virtual hosts to an existing web server, you must also create a block for the existing host. The ServerName and DocumentRoot included in this virtual host should be the same as the global ServerName and DocumentRoot. List this virtual host first in the configuration file so that it will act as the default host.