Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache not working over LAN

Status
Not open for further replies.

michaelrosam

Programmer
May 31, 2006
2
GB
Hi guys,

Im having some problems with my apache and i hope someone here can help as i have spent the last 3 hours reading through forums with no luck.

I think its a simple problem. I have set up my apache and it works fine through and (the LAN IP address) from the machine that the server is run on. How ever if i try to access it from another machine using the IP address i get page can not be found'.

Anyone know what im missing?

Thanks in advance!
 
feherke's first question will provide the answer for my guess - a firewall.
 
Hi,

I can ping the machine with no problems, and other network functionality works like accessing files and folders.

The listen setting in the config file is:

Listen 192.168.1.3:80

I added this in trying to resolve the issue but it had no effect. Did i enter it correctly?
 
Check your firewall. Something is stopping http traffic from getting to 192.168.1.3. This can be either a firewall not allowing http requests or your router is not forwarding http requests to that machine.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top