1)先执行
apt-get update
- 再执行
apt-get install net-tools
你投入得越多,就能得到越多得价值
php bin/swoft http:restart
查看80端口:netstat -anp | grep 80 如下可以看到80端口被占用
再输入命令杀死进程:kill 8500
再重启swoft服务:php bin/swoft restart
1)先执行
apt-get update
apt-get install net-tools
你投入得越多,就能得到越多得价值
php bin/swoft http:restart
查看80端口:netstat -anp | grep 80 如下可以看到80端口被占用
再输入命令杀死进程:kill 8500
再重启swoft服务:php bin/swoft restart