You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Steve Morrisey <st...@sbcglobal.net> on 2009/02/08 04:51:02 UTC

[users@httpd] Can not access Apache server from local network.

Hello –
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 <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 ?
Thanks in Advance for any help.
Steve M

RE: [users@httpd] Can not access Apache server from local network.

Posted by Steve Morrisey <st...@sbcglobal.net>.
Thanks you Matt - that was indeed the problem !!

-----Original Message-----
From: Matt McCutchen [mailto:matt@mattmccutchen.net]
Sent: Saturday, February 07, 2009 8:35 PM
To: users@httpd.apache.org
Cc: steve.morrisey@sbcglobal.net
Subject: Re: [users@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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Can not access Apache server from local network.

Posted by Matt McCutchen <ma...@mattmccutchen.net>.
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Can not access Apache server from local network.

Posted by Steve Morrisey <st...@sbcglobal.net>.
I found the problem – the built in Linux firewall was blocking HTTP -
Thanks

-----Original Message-----
From: Steve Morrisey [mailto:steve.morrisey@sbcglobal.net]
Sent: Saturday, February 07, 2009 7:51 PM
To: users@httpd.apache.org
Cc: steve.morrisey@sbcglobal.net
Subject: [users@httpd] Can not access Apache server from local network.

Hello –
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 <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 ?
Thanks in Advance for any help.
Steve M