PHP CURL timing out but CLI CURL works

后端 未结 2 1706
栀梦
栀梦 2021-01-23 05:00

I am seeing a very bizarre problem with a PHP application I am building.

I have 2 virtual hosts on my development server (windows 7 64-bit) sometestsite.com

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-23 05:11

    Be sure that you run script on console from same user that used for run cgi process. If they not same - they may have different permissions. For me problem was in firewall rules that disallow open external connections for owner of cgi process.

提交回复
热议问题