宝塔618特惠活动,企业版999元/年,宝塔SSL证书买1送1!限时抢购!查看活动
当前位置:论坛首页 > Windows面板 > 求助

错误日志报:mod_fcgid: get overlap result error

发表在 Windows面板2022-10-27 17:45 [复制链接] 0 4248

宝塔面板是最新版本,服务器是Windows Server 2016 数据中心版 64位简体中文,16G内存,apache2.4.52,php版本 php 5.6,未安装非默认扩展
  1. [Thu Oct 27 17:00:35.428312 2022] [ssl:warn] [pid 35756:tid 844] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
  2. [Thu Oct 27 17:00:35.748502 2022] [ssl:warn] [pid 27260:tid 140] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
  3. [Thu Oct 27 17:00:35.864835 2022] [ssl:warn] [pid 27260:tid 140] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
  4. [Thu Oct 27 17:06:31.969160 2022] [fcgid:warn] [pid 27260:tid 24824] (OS 109)�ܵ��ѽ�����  : [client 117.34.28.170:38796] mod_fcgid: get overlap result error
  5. [Thu Oct 27 17:06:31.969160 2022] [core:error] [pid 27260:tid 24824] [client 117.34.28.170:38796] End of script output before headers: index.php
复制代码

背景,框架 thinkphp 2.1 使用 腾讯云存储标准sdk,
  1. $cosClient = new Qcloud\Cos\Client(
  2.                     array(
  3.                         'region' => $cos['region'],//设置一个默认的存储桶地域
  4.                         //'schema' => 'https', //协议头部,默认为http
  5.                         'credentials'=> array(
  6.                         'secretId'  => $cos['SecretId'] ,//"云 API 密钥 SecretId";
  7.                         'secretKey' => $cos['SecretKey'])));//"云 API 密钥 SecretKey";
  8.         $local_path = $file;
  9.                                                                      <font color="#ff0000">  #自此行以上可以正常运行,此行以下报 500 错误</font>
  10.         try {
  11.             $result = $cosClient->upload(
  12.                 $bucket = $cos['bucket'] ,//格式:BucketName-APPID
  13.                 $key =$filename,
  14.                 $body = fopen($local_path, 'rb')
  15.                      );
  16.             // 请求成功
  17.             //dump($result['Location']) ;
  18.             return $result;
  19.         } catch (\Exception $e) {
  20.             // 请求失败
  21.             return $e;
  22.         }
复制代码
错误日志有此错误信息
  1. [Thu Oct 27 17:06:31.969160 2022] [fcgid:warn] [pid 27260:tid 24824] (OS 109)�ܵ��ѽ����� : [client 117.34.28.170:38796] mod_fcgid: get overlap result error
  2. [Thu Oct 27 17:06:31.969160 2022] [core:error] [pid 27260:tid 24824] [client 117.34.28.170:38796] End of script output before headers: index.php
复制代码
还请大师帮忙排查!
使用道具 举报 只看该作者 回复
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

点击联系技术免费分析

工作时间:09:00至18:30

快速回复 返回顶部 返回列表