The default host setup will run an apache server for handling your website.
In the case that you make changes to your host and have issues, this will provide basic tips to assist in troubleshooting issues.
Be aware that this guide uses supervisorctl, the default service manager running on your host.
You can examine the configuration on your server by running the commands below to open it with the nano editor.
Apache Server Configuration
Default Site Apache Configuration
Upon changing configuration the server can be updated in a few ways.
Graceful Reloading of Configuration
Full Restart
Manually Start or Stop Apache
To check logs created by your server you can use the following commands.
To get the status of the server through the service manager.
If your server is failing to start you can attempt to directly run it using the command below.
This can provide important information to determine what is wrong.