apache and port 80 not Listen

domany

Verified User
Joined
Aug 19, 2009
Messages
7
Hi all

i have server run with Directadmin Centos

have apache 2.2 it run ok i can stop httpd and start it it ok no have any error

but apache is not work

try all thing rebuilding apache

no have any Listen 80
 
i solved this problem when try stop iptables service by command " service iptables stop "

apache run Ok

after this Used this command to Fixed it

# service iptables start
# iptables -I INPUT -p tcp --dport 80 -j ACCEPT

this fixed them

thank's
 
It appears you have an overly restrictive firewall; you may want to consider the CSF firewall software you can read about elsewhere on these forums. It's a reactive firewall and will require some setup, but it's been developed for webhosting and appears to work well for many of us.

Jeff
 
Back
Top