Heim > Fragen und Antworten > Hauptteil
unable to bind listening socket for address '/run/php/php7.1-fpm.sock' no such file or directory
启动命令:sudo /etc/init.d/php7-fpm start
php启动的时候报这个错误!
我想大声告诉你2017-05-16 13:14:14
你安装的时候是以root安装的吗?
从这里看起来是无法创建socket连接,主要是/run/php/php7.1-fpm.sock文件创建不了,估计是没权限啥的。