Report this

What is the reason for this report?

Apache Installation on Fedora 20 Droplet

Posted on September 22, 2014

So I just launched a droplet, performed all the updates and was going to go for a LAMP install. yum update went through, no issues. yum install httpd went through, no issues again. I started the service with “service httpd start” as well as enabled it at boot with “chkconfig httpd on

I still however get a timed out webpage when I try to go to my server’s IP address. What could be causing this issue?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

try this:

iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT;service iptables save

Then try again. If that fails, run this, and tell me what you get:

netstat -plant|grep “:80”

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.