欢迎各位兄弟 发布技术文章
这里的技术是共享的
似乎
[root@localhost rc.d]# service nginxd start
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.
[失败]
[root@localhost rc.d]#
正常情况下 wdcp 时 httpd 是 88 端口,而 nginx 是 80 端口
而我这里似乎 httpd 是 80 端口,导致 nginx 启动不起来
看 /etc/rc.d/init.d/httpd 似乎 这里的 httpd 并不是 wdcp 的 httpd ,,
卸载 并重新安装 wdcp ?