I have Apache 2.2 for Windows installed on a Vista machine for development. All is well when using the web server from the same machine but if I try to connect from another host on the LAN then it fails to find the server and no pages are served.
I first thought it must be the Apache config setting, the config says:
Listen 80
Which I believe is the correct setting to listen on all network interfaced.
Next I thought it could be my home router (Netgear DG834GT) but I have ruled this out. I know there is no problem with the networking because I ran a test by creating a small VB app to listen on port 80, and I then went to another host on the network and tried to connect to that port, and it worked. So I know it must be the Apache config that's causing it.
Any ideas?