When I type:
sudo /etc/init.d/apache2 restart
... or:
service apache2 restart
... I get the following error:
Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details.`
When I type systemctl status apache2.service
, this is the result:
apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Thu 2015-08-27 21:18:25 PDT; 3min 1s ago
Docs: man:systemd-sysv-generator(8)
Process: 20754 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
Process: 20863 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
And typingjournalctl -xe
says No journal files were found
Can anyone help?