Click to See Complete Forum and Search --> : need help with the little indian
sandwichs
12-26-2001, 04:34 AM
Hi, I installed apache under windows and everything seems to work fine (beside the fact that it's not stable)...Everybody can see my web site.
When I tried under Linux (Red Hat 7.0) I am the only one to see the web site... no one else.... any ideas why?
Thanks ;)
paulb
12-26-2001, 09:41 AM
Just a far-off guess, but do have two IPs? I have two, so when I start my server I have to access it with one of my IPs but everyone else has to access it with the other.
sandwichs
12-31-2001, 06:47 AM
nope... I used "no-ip" from no-ip.com... wouldn't it be about the chmod thingies?
Gaccm
12-31-2001, 03:48 PM
serving stuff from linux is a little more complex than with windows. First of all, do you have a firewall that is blocking port 80? with ipchains the command is ipchains -L -n to see what the settings are. 2nd (i don't know if this has an affect or not) how are your hosts.deny and hosts.allow files setup? I think you need to do something like apache: all, or something where you allow anyone to access port 80 in your hosts.allow file.