Hi I am trying to reach my centos Virtual machine which i created inside in a VMware vcenter using http://server-IP/ but couldn't have access using http. but i can access it using ssh. in the httpd.conf file i tried to change
"Listen 80" to Listen 8080 in the iptables also i have added the rule
**"-A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT"**
But i still couldn't access it in my internet browser. need help to fix this . Thanks