Report this

What is the reason for this report?

droplet created, but not serving webpages ...

Posted on December 7, 2015

I have created a FreeBSD droplet bearing IP address; 104.236.3.64 and the droplet instance is refusing to serve webpages. What might be wrong, and how could I remedy the 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.

You probably got the port 80 blocked, check your firewall:

  • iptables -L

or if you got ufw

  • ufw status

If you want us to help you more you need to give more information:

  • Wich one-click install did you use?
  • Do you have any error logs in nginx/apache2?
  • What kind of application are you running? Have you got the server prerequisites for this app?

A pkg info dump would be nice to see what you got installed, afaik there’s no pre-made images for freebsd with a webserver installed.

What is the content of your /etc/rc.conf?

What webserver did you installed? I need more information!!

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.