By dylandegrace
Running Apache as the web server software and recently uninstalled a discourse installation which I believe is the cause of this error – if it edited any of the ports or iptables, etc. I’m a complete amateur at this, so any help would be appreciated. I’ve tried to go through the apache conf files and the iptables but I’m at a loss as to what will solve (or worsen) the problem.
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,
There are a few things that you could do in order to narrow down the issue:
systemctl status apache2
systemctl start apache2
Then check the status again
If the problem still exists even if Apache is running, check the ports that are in use on your server with this command:
netstat -plant
If you don’t see apache there, make sure to check the error logs at:
/var/log/apache2/error.log
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.