Hello! I´m very new in managing servers so this is what happened to me…
My domain is:
www.parcelasdechile.cl
I ran this command:
certbot renew
It produced this output:
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/agenciapanoramica.cl/fullchain.pem (success)
/etc/letsencrypt/live/devop.cl/fullchain.pem (success)
/etc/letsencrypt/live/kekko.devop.cl/fullchain.pem (success)
/etc/letsencrypt/live/parcelasdechile.cl/fullchain.pem (success)
After I ran this command:
sudo systemctl restart httpd.service
And it produced this output:
Job for httpd.service failed because the control process exited with error code. See “systemctl status httpd.service” and “journalctl -xe” for details.
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2020-04-07 00:19:50 UTC; 8s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 6236 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 29850 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Process: 6235 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 6235 (code=exited, status=1/FAILURE)
Apr 07 00:19:50 server-vista systemd[1]: Starting The Apache HTTP Server…
Apr 07 00:19:50 server-vista systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Apr 07 00:19:50 server-vista kill[6236]: kill: cannot find process “”
Apr 07 00:19:50 server-vista systemd[1]: httpd.service: control process exited, code=exited status=1
Apr 07 00:19:50 server-vista systemd[1]: Failed to start The Apache HTTP Server.
Apr 07 00:19:50 server-vista systemd[1]: Unit httpd.service entered failed state.
Apr 07 00:19:50 server-vista systemd[1]: httpd.service failed.
Basically I renewed the certificates, and tried to restart the server.
Any help or advice will be appriciated.