httpd 掛點 - Linux

Table of Contents

重啟 httpd 失敗

systemctl status httpd.service

錯誤訊息如下:

systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
kill[12380]: kill: cannot find process ""
systemd[1]: httpd.service: control process exited, code=exited status=1
systemd[1]: Failed to start The Apache HTTP Server.
systemd[1]: Unit httpd.service entered failed state.


該如何修改

--







--

All Comments

Ingrid avatarIngrid2015-10-26
用 journalctl 看完 log 再想想看
Dinah avatarDinah2015-10-31
一般不是先看 /var/log/httpd/error_log ...