Resolution
Look into /etc/httpd/conf.d/ssl.conf for the line like:<VirtualHost _default_:443>
If it exists you have to delete/comment this default SSL virtual host starting from the
"<VirtualHost _default_:443>" line and ending with "</VirtualHost>".
Then stop and start (not restart!) Apache server.