提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設(shè)置等
溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的
[BUG反饋] centos7 安裝wdcp3.1 啟動httpd報錯
現(xiàn)在其他問他都沒用。就是啟動報錯,報錯如下。- Starting httpd (via systemctl): Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
復制代碼
然后我就按照提示分別輸入systemctl status httpd.service和journalctl -xe。分別如下。- ● httpd.service - SYSV: Apache is a World Wide Web server. It is used to serve HTML files and CGI.
- Loaded: loaded (/etc/rc.d/init.d/httpd)
- Active: failed (Result: exit-code) since 四 2016-10-27 16:03:27 CST; 11min ago
- Docs: man:systemd-sysv-generator(8)
- Process: 10993 ExecStart=/etc/rc.d/init.d/httpd start (code=exited, status=1/FAILURE)
- 10月 27 16:03:27 localhost.localdomain systemd[1]: Starting SYSV: Apache is a World Wide Web server. It is used to serve HTML files and CGI....
- 10月 27 16:03:27 localhost.localdomain httpd[10993]: Starting httpd: AH00543: httpd: bad user name www
- 10月 27 16:03:27 localhost.localdomain httpd[10993]: [失敗]
- 10月 27 16:03:27 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1
- 10月 27 16:03:27 localhost.localdomain systemd[1]: Failed to start SYSV: Apache is a World Wide Web server. It is used to serve HTML files and CGI..
- 10月 27 16:03:27 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
- 10月 27 16:03:27 localhost.localdomain systemd[1]: httpd.service failed.
復制代碼
和
- --
- -- Unit httpd.service has failed.
- --
- -- The result is failed.
- 10月 27 16:03:05 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
- 10月 27 16:03:05 localhost.localdomain systemd[1]: httpd.service failed.
- 10月 27 16:03:27 localhost.localdomain polkitd[785]: Registered Authentication Agent for unix-process:10988:1189480 (system bus name :1.203 [/usr/bin/pkttyagent --notif
- 10月 27 16:03:27 localhost.localdomain systemd[1]: Starting SYSV: Apache is a World Wide Web server. It is used to serve HTML files and CGI....
- -- Subject: Unit httpd.service has begun start-up
- -- Defined-By: systemd
- -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
- --
- -- Unit httpd.service has begun starting up.
- 10月 27 16:03:27 localhost.localdomain httpd[10993]: Starting httpd: AH00543: httpd: bad user name www
- 10月 27 16:03:27 localhost.localdomain httpd[10993]: [失敗]
- 10月 27 16:03:27 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1
- 10月 27 16:03:27 localhost.localdomain systemd[1]: Failed to start SYSV: Apache is a World Wide Web server. It is used to serve HTML files and CGI..
- -- Subject: Unit httpd.service has failed
- -- Defined-By: systemd
- -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
- --
- -- Unit httpd.service has failed.
- --
- -- The result is failed.
- 10月 27 16:03:27 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
- 10月 27 16:03:27 localhost.localdomain systemd[1]: httpd.service failed.
- 10月 27 16:03:27 localhost.localdomain polkitd[785]: Unregistered Authentication Agent for unix-process:10988:1189480 (system bus name :1.203, object path /org/freedesk
- 10月 27 16:10:01 localhost.localdomain systemd[1]: Started Session 27 of user root.
- -- Subject: Unit session-27.scope has finished start-up
- -- Defined-By: systemd
- -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
- --
- -- Unit session-27.scope has finished starting up.
- --
- -- The start-up result is done.
- 10月 27 16:10:01 localhost.localdomain systemd[1]: Starting Session 27 of user root.
- -- Subject: Unit session-27.scope has begun start-up
- -- Defined-By: systemd
- -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
- --
- -- Unit session-27.scope has begun starting up.
- 10月 27 16:10:01 localhost.localdomain CROND[11640]: (root) CMD (/usr/lib64/sa/sa1 1 1)
- lines 1698-1739/1739 (END)
復制代碼
最后,求解決。 |