I presently have an issue with my web site after attempting to resume my SSL certificat.
I’ve accomplished all of the steps mentionned on this tutorial : https://www.digitalocean.com/group/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority
On the ultimate half when I’ve to enter the road sudo service apache2 restart I received this error message:
sudo service apache2 restart
Job for apache2.service failed as a result of the management course of exited with error code.
See "systemctl standing apache2.service" and "journalctl -xe" for particulars.
systemctl standing apache2.service
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
└─apache2-systemd.conf
Energetic: failed (Consequence: exit-code) since Mon 2020-05-18 00:18:34 UTC; 6s in the past
Course of: 4867 ExecStop=/usr/sbin/apachectl cease (code=exited, standing=0/SUCCESS)
Course of: 7254 ExecStart=/usr/sbin/apachectl begin (code=exited, standing=1/FAILURE)
Most important PID: 1045 (code=exited, standing=0/SUCCESS)
Might 18 00:18:34 systemd[1]: Beginning The Apache HTTP Server...
Might 18 00:18:34 apachectl[7254]: Motion 'begin' failed.
Might 18 00:18:34 apachectl[7254]: The Apache error log might have extra info.
Might 18 00:18:34 systemd[1]: apache2.service: Management course of exited, code=exited standing=1
Might 18 00:18:34 systemd[1]: apache2.service: Failed with consequence 'exit-code'.
Might 18 00:18:34 systemd[1]: Failed to begin The Apache HTTP Server.
apache2ctl configtest
Syntax OK
apachectl configtest
Syntax OK
I attempted the configtest configtest command to see if I had any synthx error, however every thing appears to be okay.
When I attempt to entry the folder /usr/sbin/apachectl by sFTP, we are able to see this error message:
Listing /usr/sbin/apache2ctl: no such file or listing
Simply in your info, it is actually not my job to take care of this type of factor and I nearly perceive nothing on this. Any assist can be actually appreciated. Thanks!