I'm trying to access a local installation of Apache from the same machine. The machine's name is fred and IP is 192.168.1.100. If I ping fred I get the correct local IP back (192.168.1.100).
When I type http://localhost into a browser, I see the default page. So far so good. But when I type either http://192.168.1.100 (the machine's local IP address) or http://fred (the machine's name), the browser just hangs. Obviously, there's something wrong with my network setup.
Any ideas?