Hi.. i m trying to run apache on a dedicated ip. Now i installed and ran apache on the server i.e ip. Now when i run Code: /etc/init.d/apache2 status it shows that apache is running also apache is listening on http port, but when i try to connect to my server using the ip address. It just shows page not found or failed to open page. Any body can help me out here, i m pretty new. Do i have to make any configuration to get apache global.
Check to see if port 80 isnt blocked by iptables. Whats the output of the command: Code: iptables -nvL
apache is running and there is no error log for apache. I talked with the ip providers and they said there was an intermediate firewall in between. They have configured it for mine required ports. Thanks guys.