Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: Mahmut on January 07, 2019, 04:35:52 PM

Title: "systemctl status httpd.service" and "journalctl -xe"
Post by: Mahmut 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 ?
Title: Re: "systemctl status httpd.service" and "journalctl -xe"
Post by: Netino 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