I'm running Apache on CentOS 7
I followed this tutorial: Certbot
but didn't work.
As soon as I first installed let's encrypt, the installation ended bad and I get this error:
Error while running apachectl graceful.
Job for httpd.service invalid.
Rolling back to previous server configuration...
Error while running apachectl graceful.Job for httpd.service invalid.
Encountered exception during recovery
Error while running apachectl graceful.Job for httpd.service invalid.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/certbot/error_handler.py", line 100, in _call_registered
self.funcs-1
File "/usr/lib/python2.7/site-packages/certbot/client.py", line 557, in _rollback_and_restart
self.installer.restart()
File "/usr/lib/python2.7/site-packages/certbot_apache/configurator.py", line 1793, in restart
self._reload()
File "/usr/lib/python2.7/site-packages/certbot_apache/configurator.py", line 1804, in _reload
raise errors.MisconfigurationError(str(err))
MisconfigurationError: Error while running apachectl graceful.Job for httpd.service invalid.
Now I can't even restart or stop apache because I get this error:
Job for httpd.service invalid.
Before was working fine.
Please help, I have to use a ssl on my website before the end of this month