I have a machine running Apache HTTP server which works fine hosting the website for all machines except itself. When trying to load itself, I get the following error in Firefox:
The connection has timed out
The server at www.someDomain.com is taking too long to respond.
It also fails when I use the ip address that the domain resolves too. Using localhost works fine.
What is going wrong that loop back to self does not working beyond localhost? How can I debug this?