By ajlamothe
How do you allow Apache through the UFW after following your instructions to allow Apache? Its still blocking access. I used your one-click php droplet setup. Operating system is Ubuntu 20.04. Thanks.
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!
Hi @ajlamothe,
In order to allow Apache through UFW, you can just type in your CLI the command :
sudo ufw allow 'Apache Full'
This should allow both port 80 and 443 for Apache if you already have Apache installed and configured.
Alternatively, you can allow both ports manually like so:
sudo ufw allow 80
sudo ufw allow 443
Once you’ve done this, you can type sudo ufw status to see what has been allowed and what not.
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.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.