当前位置:Gxlcms >
PHP教程 >
CentOS下在php中使用socket连接异常Permissiondenied
CentOS下在php中使用socket连接异常Permissiondenied
时间:2021-07-01 10:21:17
帮助过:9人阅读
CentOS下在php中使用socket连接错误Permission denied
$fp=fsockopen(mx2qq.com,25,$errno,$errstr,300);]
这段语句在windows地下运行没问题,在CentOS地下返回错误信息Error number:13,Error message:Permission denied,求解决方法
------解决思路----------------------SElinux先关掉再试试
------解决思路----------------------权限不够
http://blog.csdn.net/pennyliang/article/details/7342042