The "problem" is that you have an include statement in
/etc/httpd/conf.d/dispatcher_vhost.conf, which includes "*.vhost" files.
But this glob does not match any file. That could be a typo. But if
that's exactly what you want and having zero files in that folder is ok,
then you should switch to the "IncludeOptional" statement, which
explicitly allows this.