Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a proper /etc/hosts file with the following contents:

127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost 
fe80::1%lo0 localhost

When I try to access a server I have running on my local computer, whether it is Apache on port 80, or another server running on another port, I can't access it in Safari. Yet I can access them just fine in Chrome. Why is this?

share|improve this question

1 Answer

It turned out that I forgot I had made a symlink for /etc/hosts to a file I store elsewhere so I always have access to it if my system crashes, etc. Apparently, Safari doesn't follow the symlink for /etc/hosts. I made a hard link so I have a copy elsewhere, and now Safari recognizes localhost servers.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.