cURL无法连接到主机,但它连接到我的域地址

时间:2014-09-18 07:40:04

标签: php linux curl wget firewall

我是Linux新手。我在Linux服务器上有php项目。我在我的php页面中使用cURL命令来访问Google,但它说它无法访问主机。

从命令行,我可以ping Google网站,而cURL和Wget命令失败。

我检查了防火墙:selinux=disabledselinuxtype=targeted

1 个答案:

答案 0 :(得分:0)

从终端

尝试此命令
telnet www.google.com 80

你得到任何输出?像Connected to www.google.com一样?如果没有,则阻止端口80上对google.com的传出访问。

Ping使用ICMP protocol。 cURL(和telnet)在端口80或443上使用TCP