wdcp v3 安装出错
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.[FAILED]
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.
[FAILED]
安装之后可以访问 ip:8080 但是ip 无法访问
重启一次服务器之后 ip, ip:8080 都无法访问了 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.
[FAILED]
Starting nginxd (via systemctl): Warning: nginxd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Job for nginxd.service failed because the control process exited with error code. See "systemctl status nginxd.service" and "journalctl -xe" for details.
[FAILED] 用这个命令systemctl status httpd.service
红色字上一行,显示类似bad user www的话,这样解决
groupadd www
useradd -g www www
然后service httpd restart,就可以了。 什么系统 服务未启动 请问你们解决了吗?请解决了的私信我好吗?我也碰到这个问题…… 装的时候看看版本的系统要求,我撞过一次枪口.
页:
[1]