Thanks you Matt - that was indeed the problem !! -----Original Message----- From: Matt McCutchen [mailto:[email protected]] Sent: Saturday, February 07, 2009 8:35 PM To: [email protected] Cc: [email protected] Subject: Re: [us...@httpd] Can not access Apache server from local network.
On Sat, 2009-02-07 at 19:51 -0800, Steve Morrisey wrote: > I have installed Apache 2.2 on a Linux box on my home network > (192.168.1.105). When I open a browser on the Linux box and enter > http://192.168.1.105 I get the expected "It Works" page. However when > I try to access the Web Server from another PC's Browser > (192.168.1.100) I get "Operation timed out". I can ping the Linux box > from the PC and vice versa. Have a I missed something in the Apache > configuration that is preventing access ? "Operation timed out" often means a firewall is blocking the connection. Make sure the firewall on the server allows incoming connections to port 80. -- Matt --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
