自己的服务器是用apache搭建的,PHP+LINUX,想给自己的网站其中一个页面加入websocket功能,直接安装workerman的话,会使原有的Apache搭建出来的web服务器不能用吗?
workerman和apache+php是两套独立的系统,互不影响。安装workerman不影响原Apache搭建出来的web服务器。
这些手册都有说明:http://doc3.workerman.net/faq/relationship-with-apache-nginx.html
workerman和apache+php是两套独立的系统,互不影响。安装workerman不影响原Apache搭建出来的web服务器。
这些手册都有说明:http://doc3.workerman.net/faq/relationship-with-apache-nginx.html