[us...@httpd] Can't access apache serverrom a remote computer

2009-04-12 Thread Nathan Huang
Hi Who can help me to figure out what problem I have with my apache server, I am using fedora 10, and installed LAMP in my computer yestoday, I can access my apache server from my own computer , I typed 'http://localhost/index.php', and when I typed http://192.168.2.100/index.php' it is also ok,

Re: [us...@httpd] Can't access apache serverrom a remote computer

2009-04-12 Thread André Warnier
Nathan Huang wrote: Hi Who can help me to figure out what problem I have with my apache server, I am using fedora 10, and installed LAMP in my computer yestoday, I can access my apache server from my own computer , I typed 'http://localhost/index.php', and when I typed

Re: [us...@httpd] Can't access apache serverrom a remote computer

2009-04-12 Thread André Warnier
Nathan Huang wrote: [...] Yeah, you are right, something is blocking 80 port. I think maybe there are some problem with iptables, I write in terminal ' echo '-A RH-Firwall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT /etc/sysconfig/iptables' but when I restart iptables: