centos7全新安装nginxd启动失败,apache启动失败解决方案
[i=s] 本帖最后由 6403457 于 2017-3-30 16:05 编辑 [/i]wdcp后台倒是起来了,web环境起不来[code]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.
Starting nginxd (via systemctl): Job for nginxd.service failed because the control process exited with error code. See "systemctl status nginxd.service" and "journalctl -xe" for details.[/code]原因是缺少WWW用户[code]useradd www[/code]
页:
[1]