nginx+php5.3.20上,file_get_contents无法使用
程序员文章站
2022-06-09 18:46:25
...
nginx+php5.3.20下,file_get_contents无法使用,求助
file_get_contents外网的url完全没问题,但是如果要获取本机的url(比如http://localhost/index.php)就会报下面的错:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading response header from upstream, client: 124.2xx.xxx.xxx, server: www.xxx.com, request: "GET /index.php HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: "www.xxx.com"
在网上找了这么一篇文章,http://www.codesky.net/article/201106/174247.html 但不知在Windows下面如何操作,或者有其他办法么,求助了
------解决方案--------------------
修改hosts 弄个域名解析到本地
使用域名方式访问就可以解决了吧
或者直接ip地址试看看
------解决方案--------------------
检查一下php.ini里,是不是 allow_url_fopen = 1?
另外尝试用include替换file_get_contents,获取localhost的页面。
------解决方案--------------------
也遇到同样问题
和其他人对比 感觉 是
这个的问题,
mark 坐等高手
file_get_contents外网的url完全没问题,但是如果要获取本机的url(比如http://localhost/index.php)就会报下面的错:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while reading response header from upstream, client: 124.2xx.xxx.xxx, server: www.xxx.com, request: "GET /index.php HTTP/1.0", upstream: "fastcgi://127.0.0.1:9000", host: "www.xxx.com"
在网上找了这么一篇文章,http://www.codesky.net/article/201106/174247.html 但不知在Windows下面如何操作,或者有其他办法么,求助了
------解决方案--------------------
修改hosts 弄个域名解析到本地
使用域名方式访问就可以解决了吧
或者直接ip地址试看看
------解决方案--------------------
检查一下php.ini里,是不是 allow_url_fopen = 1?
另外尝试用include替换file_get_contents,获取localhost的页面。
------解决方案--------------------
也遇到同样问题
和其他人对比 感觉 是
这个的问题,
mark 坐等高手
相关文章
相关视频
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
推荐阅读
-
ietester不支持win10怎么办?win10上IEtester无法使用的解决方法
-
Win10使用手机投屏时出现无法在此设备上查看受保护的内容怎么办?
-
使用.NetCore在Linux上写TCP listen 重启后无法绑定地址
-
笔记本上可以看到红外线的发射窗口,却无法使用红外线的设备的解决
-
nginx+php5.3.20上,file_get_contents无法使用
-
nginx+php5.3.20上,file_get_contents无法使用
-
解决使用retrofit在Android Studio模拟器上无法访问本地tomcat服务器的问题
-
webpack:使用html-withimg-loader对html中img标签引入的图片打包,打包后图片无法显示,路径上多出default对象
-
解决在linux上无法使用tf_debug问题
-
flask1.0在pycharm上无法使用debug模式
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论