malike 发表于 2018-2-11 11:57:55


            概要:
  thinkphp 在Apache上配置启用伪静态,重启Apache1 restart 竟然失败了,报错
    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
# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since 五 2016-08-26 11:13:09 CST; 6min ago
   Docs: man:httpd(8)
      man:apachectl(8)
Process: 9915 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 9913 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 9913 (code=exited, status=1/FAILURE)

8月 26 11:13:09 cloud1.localdomain httpd: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
8月 26 11:13:09 cloud1.localdomain httpd: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
8月 26 11:13:09 cloud1.localdomain httpd: no listening sockets available, shutting down
8月 26 11:13:09 cloud1.localdomain httpd: AH00015: Unable to open logs
8月 26 11:13:09 cloud1.localdomain systemd: httpd.service: main process exited, code=exited, status=1/FAILURE
8月 26 11:13:09 cloud1.localdomain kill: kill: cannot find process ""
8月 26 11:13:09 cloud1.localdomain systemd: httpd.service: control process exited, code=exited status=1
8月 26 11:13:09 cloud1.localdomain systemd: Failed to start The Apache HTTP Server.
8月 26 11:13:09 cloud1.localdomain systemd: Unit httpd.service entered failed state.
8月 26 11:13:09 cloud1.localdomain systemd: httpd.service failed.
页: [1]
查看完整版本: thinkphp Apache配置重启Apache1 restart 出错解决办法