当我的流量为5000访客/ DAY时,我的PHP脚本运行正常 - 没有错误。
当我突然将流量增加到3000访客/小时时,我得到了很多错误:
[26-May-2017 07:30:03 Asia / Jakarta] PHP警告:file_get_contents(http://mydomain1.com/api/ip2country_v6/?ip=76.119.xxx.xxx):无法打开流:HTTP请求失败!在第47行的/home/h32xxx/mydomain2.com/landings/script.php中
我的mydomain2.com
和mydomain1.com
位于1个服务器帐户上。我无法执行“http://localhost/~h32xxx/api/ip2country_v6/?ip=76.119.xxx.xxx”,因为我的CPanel设置阻止了它(mod_userdir
被禁用)
问题是什么,我该如何解决?