Saturday, April 9, 2022

[SOLVED] Fedora Chrome, can't access localhost or 127.0.0.1 when offline

Issue

I have my local httpd or Apache open. It works when online, but not when offline... How can I make it work?


id='dv4'>

Solution

This is a bug in Google Chrome. Starting Chrome with --enable-ipv6 fixes it.

See http://code.google.com/p/chromium/issues/detail?id=42058 for details.



Answered By - Julien Portalier
Answer Checked By - Dawn Plyler (WPSolving Volunteer)