Report this

What is the reason for this report?

Serverpilot domains not working after droplet resize

Posted on January 10, 2018

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!

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.

Hello,

I would recommend following these steps here on how to troubleshoot common Apache problems:

https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-apache-issues-on-linux-server

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.

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.