07-30-04 07:49 AM
On 29 Jul 2004 08:50:44 -0700,
hdevine@ourapplecart.com (Harry Devine) posted:
> I just installed Apache 2.0.50 and have the httpd service running. If
> I use the browser on the Linux machine (RH9.0) and access local host
> (http://localhost) or the machine's IP, I get the page to show up.
> However, if I try and access the web server from another PC, I get the
> "Page cannot be displayed...Cannot find server or DNS entry".
Well, if you're trying to access that machine from another one, using
http://127.0.0.1/ or http://localhost/ that's not going to work (those
addresses always refer back to the machine you're currently on).
But if you're using the network address for the PC (e.g. like 192.168.0.1
or internet addresses), then you shouldn't have any problems. Of course,
you have to set up the server to listen for connections on those addresses
(the default installation usually does), and you have to allow it through
your firewall (if you have one).
--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.
This message was sent without a virus, please delete some files yourself.
[ Post a follow-up to this message ]
|