I started getting this error for all my local virtual hosts on apache in the morning when I updated my Chrome to the latest version on ubuntu.
While all of them work on
For me is working this:
In hosts:
127.0.0.1 localhost. ::1 localhost. fe80::1%lo0 localhost.
And In httpd.conf:
DocumentRoot "D:/Apache/htdocs/projects/some-project-root" ServerName some-project.localhost
Important is write to VirtualHost tag "localhost", "127.0.0.1" does not works in chrome.