[root@izly3vegwsanl2z ~]# systemctl status httpd -l
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-08-11 19:51:11 CST; 5min ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 11190 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 11189 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 11189 (code=exited, status=1/FAILURE)
Aug 11 19:51:11 izly3vegwsanl2z httpd[11189]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.131.150. Set the 'ServerName' directive globally to suppress this message
Aug 11 19:51:11 izly3vegwsanl2z httpd[11189]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Aug 11 19:51:11 izly3vegwsanl2z httpd[11189]: no listening sockets available, shutting down
Aug 11 19:51:11 izly3vegwsanl2z httpd[11189]: AH00015: Unable to open logs
Aug 11 19:51:11 izly3vegwsanl2z systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Aug 11 19:51:11 izly3vegwsanl2z kill[11190]: kill: cannot find process ""
Aug 11 19:51:11 izly3vegwsanl2z systemd[1]: httpd.service: control process exited, code=exited status=1
Aug 11 19:51:11 izly3vegwsanl2z systemd[1]: Failed to start The Apache HTTP Server.
Aug 11 19:51:11 izly3vegwsanl2z systemd[1]: Unit httpd.service entered failed state.
Aug 11 19:51:11 izly3vegwsanl2z systemd[1]: httpd.service failed.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.131.150. Set the 'ServerName' directive globally to suppress this message
Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
这里显示配置错误
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。