Login
Register
Home
Wiki Knowledge Base
FreeDNS
Facebook
Linux Support
Control Web Panel
MENU
Home
Help
Search
Login
Register
Control Web Panel
»
WebPanel
»
CentOS 7 Problems
»
"systemctl status httpd.service" and "journalctl -xe"
« previous
next »
Print
Pages: [
1
]
Author
Topic: "systemctl status httpd.service" and "journalctl -xe" (Read 5034 times)
0 Members and 1 Guest are viewing this topic.
Mahmut
Newbie
Posts: 7
"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 ?
Logged
Netino
Full Member
Posts: 381
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
Logged
Print
Pages: [
1
]
« previous
next »
Control Web Panel
»
WebPanel
»
CentOS 7 Problems
»
"systemctl status httpd.service" and "journalctl -xe"