I have my local httpd or Apache open. It works when online, but not when offline... How can I make it work?
feedback
|
|
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. | |||||||||
feedback
|
|
127.0.0.1 should work regardless of what's in /etc/hosts If you do an This may be a better question for superuser or serverfault | |||
|
feedback
|
|
In Ubuntu, when offline you can use the For example:
| ||||
|
feedback
|
|
Has it anything to do with the If not, your machine may be using DNS to resolve localhost, where if it is set in the host file, you should be able to access it while offline. | ||||
feedback
|