• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apache shows on localhost but not from another machine

 
Ranch Hand
Posts: 280
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all,
I have installed Apache on my RedHat 7.3 box. Everything looks configured properly as when I open Konqueror and go to localhost, I get the "Seeing this instead of the website you expected?" screen. So everything looks good so far. However, when I try to go to the server through another machine on the network, nothing comes up. IE gives the "The page could not be displayed" message and Mozilla gives an alert box with "The connection was refused..."
I have installed it many times before but never had this happen until today.
Does anyone have any ideas?
[ August 09, 2002: Message edited by: Jason Kretzer ]
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What level of security did you select when you installed RedHat 7.3? Typically you'll need an entry in /etc/sysconfig/ipchains to open up the firewall and let external clients access via port 80.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic