By aktivagency
Hi, I resized a droplet that was connected to serverpolit and once the droplet was powered back on all of my sites now point to a default apache page see http://www.acme.aktiv.agency
Im not sure where to start. I can still SSH in using my serverpolit user names and the IP is the same as it was before.
I ran service ‘httpd status’ while logged into the server and received the following message but im unsure if its related.
httpd.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead)
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,
I would recommend following these steps here on how to troubleshoot common Apache problems:
Regards, Bobby
Heya,
The message httpd.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) indicates that the httpd service is not found. This typically means Apache is not installed or the service file is missing.
You can check the Apache error logs for any indications of what might be causing the issue.
For Ubuntu/Debian:
sudo tail -n 100 /var/log/apache2/error.log
For CentOS/RHEL:
sudo tail -n 100 /var/log/httpd/error_log
If you encounter any specific errors, please feel free to share the error messages.
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.