I have done all these configuration:
And checked with # sudo ufw status and the results are:
Apache ALLOW Anywhere
22/tcp (v6) LIMIT Anywhere (v6)
Apache Full (v6) ALLOW Anywhere (v6)
OpenSSH (v6) ALLOW Anywhere (v6)
Apache (v6) ALLOW Anywhere (v6)
But when I visit your my server’s public IP address(143.198.35.80) in the web browser, it just won’t show up.
I did check the IP(using this
ip addr show eth0 | grep inet | awk ‘{ print $2; }’ | sed ‘s//.*$//’
It still showing the “Please log into your Droplet with SSH to configure the LAMP installation.” Page.
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!
Hello,
When I visit your IP address I can see the Hello World! message. Are you still seeing the problem?
Usually, this could happen if the Apache service is not running, you could start it with the following command:
sudo systemctl start apache2
I also could suggest this tutorial here on how to troubleshoot common Apache problems:
https://www.digitalocean.com/community/tutorials/how-to-troubleshoot-common-apache-errors
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.