永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放

Board logo

標(biāo)題: [求助] fsockopen請(qǐng)求另外一臺(tái)服務(wù)器返回500錯(cuò)誤。 [打印本頁(yè)]

作者: czd327917086    時(shí)間: 2013-6-4 09:33     標(biāo)題: fsockopen請(qǐng)求另外一臺(tái)服務(wù)器返回500錯(cuò)誤。

  1.                 $fp = @fsockopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout);
  2.                 if(!$fp){
  3.                         return '';//note $errstr : $errno \r\n
  4.                 }else{
  5.                         //stream_set_blocking($fp, $block);
  6.                         //stream_set_timeout($fp, $timeout);
  7.                         @fwrite($fp, $out);
  8.                         while(!feof($fp)){
  9.                                         $html[] = fgets($fp, 128);
  10.                            }
  11. print_r($html);die;
復(fù)制代碼


Array ( [0] => HTTP/1.1 500 Internal Server Error [1] => Server: nginx/0.8.54 [2] => Date: Tue, 04 Jun 2013 01:28:36 GMT [3] => Content-Type: text/html [4] => Connection: close [5] => X-Powered-By: PHP/5.2.17 [6] => )


我用wget 就可以。以前裝wordpress的時(shí)候也老是提示500錯(cuò)誤。請(qǐng)大俠教教我是怎么回事。謝謝了。
作者: admin    時(shí)間: 2013-6-4 17:11

這個(gè)是被訪問(wèn)的那臺(tái)機(jī)器原因吧?




歡迎光臨 WDlinux官方論壇 (http://www.fsowen.com/bbs/) Powered by Discuz! 7.2