Author Topic: "systemctl status httpd.service" and "journalctl -xe"  (Read 4824 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
"systemctl status httpd.service" and "journalctl -xe"
« on: January 07, 2019, 04:35:52 PM »
error message

Job for httpd.service failed. See "systemctl status httpd.service" and "journalctl -xe" for details.

How can I fix ?

Offline
***
Re: "systemctl status httpd.service" and "journalctl -xe"
« Reply #1 on: January 10, 2019, 03:31:26 AM »
If is not sufficient check the result of commands "systemctl status httpd.service" and "journalctl -xe", so check the last lines of apache logs.
For example, to check the last 100 lines:
Code: [Select]
# tail -100 /usr/local/apache/logs/error_log

Regards,
Netino