Results 1 to 4 of 4
I'm a newbie to Linux.
I'm using coLinux (inside Windows XP) and running Apache on it. When i "ps aux", the Apache2 processes are already running.
But, i can't call ...
- 08-15-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
Apache Running but Can't Access from Network!
I'm a newbie to Linux.
I'm using coLinux (inside Windows XP) and running Apache on it. When i "ps aux", the Apache2 processes are already running.
But, i can't call it from other machine (from my host, WindowsXP.. in this case). When i call it from browser, it don't work.
- 08-16-2011 #2Just Joined!
- Join Date
- Aug 2011
- Posts
- 5
can you ping an external site like google.com from inside colinux? if you can, disable selinux and see if you can browse to the site running through apache in colinux.
- 08-16-2011 #3Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Also, temporarily disable the firewall in CoLinux, if it is running:
If that's your problem, you can add a rule to allow port 80 thru the firewall.Code:service iptables stop
- 08-16-2011 #4Just Joined!
- Join Date
- Aug 2011
- Posts
- 4
@AnitaHummer: Yes i can ping (external sites) from coLinux, even the host O/S can't do anymore. I mean, the host OS can ping before, but now the only coLinux can ping to external sites and then, host O/S can't do anymore.
Last edited by arkar; 08-16-2011 at 08:56 PM.


Reply With Quote