I'm using VirtualBox on my Windows 8.1 pc to host a Ubuntu Server 14.04 guest that runs Apache as a development web server.
I'm using Bridged Adapter in VirtualBox.
I have a few vhost on Apache and I can access all of them using Firefox or IE from the host. But I can't access it using Chrome.
Chrome gives me the following:
ERR_CONNECTION_REFUSED
Google Chrome's connection attempt to cooksfromhome.localhost was
rejected. The website may be down, or your network may not be
properly configured.
[...]
From what I understand, my Apache config should be okay because I can access it without problem with Firefox and IE... It looks as if Chrome can access my VirtualBox, but Apache refuses the connection... Any idea why I have this problem and what can I do to fix it?
Thanks!