Hi I have reinstalled CentOS 5.5 on my un-managed VPS. Everything is fine except port 80 I am trying to access IP address in Internet Explorer but seems port 80 is not accessible. I have checked by changing Listen 80 to Listen 90 in httpd.conf and accessed the ipaddress with port 90 i.e. 208.89.213.70:90 and apache page was displayed I need help on how to resolve this issue Regards Rizwan
You should check listen port in httpd.conf and make sure port is enable in firewall ( default enabled ) Listen 0.0.0.0:80
Verify that something else is not already listening on port 80. Verify that there is not a TCP drop rule for port 80 in iptables.