214 [Thu Sep 09 16:03:54.919334 2021] [:error] [pid 32045] [client 124.238.184.230:23796] script '/var/www/html/test.p hp' not found or unable to stat
215 [Thu Sep 09 16:04:48.908715 2021] [:error] [pid 32019] [client 124.238.184.230:23828] PHP Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning , you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date. timezone to select your timezone. in /var/www/html/test.php on line 2
216 [Thu Sep 09 16:08:35.585820 2021] [:error] [pid 31869] [client 124.238.184.230:23948] PHP Fatal error: Allowed me mory size of 134217728 bytes exhausted (tried to allocate 65 bytes) in /var/www/html/core/basic/Model.php on line 132
217 [Thu Sep 09 16:15:48.670645 2021] [:error] [pid 31865] [client 66.249.65.251:52004] PHP Fatal error: Allowed memo ry size of 134217728 bytes exhausted (tried to allocate 130968 bytes) in /var/www/html/core/database/Mysqli.php on line 201
218 [Thu Sep 09 16:27:17.215020 2021] [:error] [pid 32003] [client 124.238.184.230:25023] PHP Fatal error: Allowed me mory size of 134217728 bytes exhausted (tried to allocate 64 bytes) in /var/www/html/core/function/handle.php on l ine 421
219 [Thu Sep 09 16:33:01.980883 2021] [mpm_prefork:notice] [pid 31864] AH00170: caught SIGWINCH, shutting down gracefu lly
220 [Thu Sep 09 16:33:03.411185 2021] [suexec:notice] [pid 11095] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbi n/suexec)
221 AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'S erverName' directive globally to suppress this message
222 [Thu Sep 09 16:33:03.437456 2021] [lbmethod_heartbeat:notice] [pid 11095] AH02282: No slotmem from mod_heartmonito r
223 [Thu Sep 09 16:33:03.455841 2021] [mpm_prefork:notice] [pid 11095] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-f ips PHP/5.4.16 mod_perl/2.0.11 Perl/v5.16.3 configured -- resuming normal operations
224 [Thu Sep 09 16:33:03.455870 2021] [core:notice] [pid 11095] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
225 [Thu Sep 09 16:34:03.838009 2021] [:error] [pid 11100] [client 124.238.184.230:25489] PHP Fatal error: Allowed me mory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /var/www/html/core/basic/Model.php on line 132
226 [Thu Sep 09 16:34:59.691320 2021] [:error] [pid 11097] [client 119.253.66.202:2826] PHP Fatal error: Allowed memo ry size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /var/www/html/core/basic/Model.php on line 13 2
227 [Thu Sep 09 16:38:01.002416 2021] [:error] [pid 11100] [client 54.36.148.182:39992] PHP Fatal error: Allowed memo ry size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /var/www/html/core/basic/Model.php on line 13 2
~
227,1 Bot

http 500 错误的更多相关文章

  1. web工程关于500错误

    昨天一直被一个诡异问题困扰,解决了之后开心得的我连玩了一下午,哈哈哈哈哈哈哈哈-- 具体问题是这样的额,本地跑的贼正常,一发到测试服务器就报500错误,具体错误信息是.  HTTP Status 50 ...

  2. iis 7.5 0x80004005 静态文件 html、js、css 500错误

    环境:iis 7.5 win7 64位 vs2012 问题:本地环境F5直接运行,没有任何问题,发布到IIS,静态文件不能访问,出现500错误,网上找了一堆解决办法,排除路径不正确,iis全部功能勾了 ...

  3. apache 使用 .htaccess 导致500错误

    今天在win主机上配置了一个apache+mysql+php 的环境,一切看似正常了.结果将程序转移过来,打开网站的时候,出现了500错误.于是乎查原因: 首先,怀疑的是连接mysql出错了,找出配置 ...

  4. IIS上部署MVC网站,打开后ExtensionlessUrlHandler-Integrated-4.0解决方法IIS上部署MVC网站,打开后500错误

    IIS上部署MVC网站,打开后ExtensionlessUrlHandler-Integrated-4.0解决方法 IIS上部署MVC网站,打开后500错误:处理程序“ExtensionlessUrl ...

  5. ASP出500错误怎么办(理论上并不止500错误,其他错误可以同样可以获得更多信息以帮助解决问题)

    造成500错误常见原因有:ASP语法出错.ACCESS数据库连接语句出错.文件引用与包含路径出错.使用了服务器不支持的组件如FSO等. 为了定位500错误的具体原因,可以这样做: 让IE显示详细的出错 ...

  6. jQuery uploadify上传文件404,500错误

    1.如果部署到了IIS7的话,IIS7默认的大小为3000000.修改方法如下: 找到网站双击“请求筛选”——右边找到“编辑功能设置”——将“允许的最大内容长度”改成你想要的就行了. 2.当上传大文件 ...

  7. web api 500 错误

    改了API 方法内容后,就直接F5运行起来. 客户端用WebClient请求,老是返回500错误. 无意中重新编译了WEIAPI项目,客户端就正常了.

  8. Apache开启伪静态后报500错误.

    参考:http://blog.163.com/lgh_2002/blog/static/44017526201051452939761/ 加载Rewrite模块: 在conf目录下httpd.conf ...

  9. 自定义 404 与 500 错误页面,URL 地址不会重定向(一)

    对于 404 与 500 错误发生时,我们希望自己定义一个更加人性化的页面. 例子 当访问下面这个地址时: http://localhost/aaaa/bbb/ccc/ddd/eee/fff/ggg ...

  10. Delphi Idhttp Post提交 Aspx/Asp.net 时 500错误的解决办法。

    一直使用Delphi写程序,因为习惯了,用起来方便. 但是有一个问题困扰了我半年了.就是使用Idhttp Post提交时候总会有莫名其妙的错误,大部分网站没问题,但是一遇到Asp.net就报错500. ...

随机推荐

  1. Java猜数字,猜完一局以后,输入y继续下一次游戏,否则结束

    代码如下: public static void main(String[] args) { String x = ""; do { int random = (int) (Mat ...

  2. 自己动手实现rpc框架(二) 实现集群间rpc通信

    自己动手实现rpc框架(二) 实现集群间rpc通信 1. 集群间rpc通信 上一篇博客中MyRpc框架实现了基本的点对点rpc通信功能.而在这篇博客中我们需要实现MyRpc的集群间rpc通信功能. 自 ...

  3. linux基础命令及常用命令总结

    1.ls命令 ls命令是最基础的命令之一,作用是列出当前目录下所有的文件和目录.ls命令有很多选项可以使用,比较常用的是-l选项,可以以详细信息的形式列出所有文件和目录的信息. 示例:列出当前目录下的 ...

  4. C++(类成员的访问控制)

    访问控制 如下代码,Student这个类的所有成员我们都可以调用,但是我们不想让被人调用Print1这个方法该怎么? struct Student { int age; int sex; void P ...

  5. nmcli 命令简单使用

    centos7/8 机器上默认有安装nmcli,可直接使用修改ip. nmcli c add type ethernet ifname eth0 # 会提示 'ethernet-eth0' 创建成功 ...

  6. Jenkins-Pipline实现原理

    Jenkins-Pipline原理 本文仅探讨jenkins pipline 的原理,是流水线的一个demo版本实现,不能代表Jenkins pipline的具体实现,仅供参考. 1. Jenkins ...

  7. 【技术实战】Vue技术实战【五】

    需求实战一 效果展示 代码展示 <template> <div class="home-component"> <div class="pr ...

  8. CoaXPress 2.0 FPGA HOST IP Core Linux Demo

    目录 Hello-FPGA CoaXPress 2.0 Host FPGA IP Core Linux Demo 4 1 说明 4 2 设备连接 7 3 VIVADO FPGA工程 7 4 调试说明 ...

  9. 青少年CTF平台 Web签到

    题目说明 Web一星简单题,Web签到. 直接启动环境,等待30秒左右访问题目链接. 做题过程 进入后,题目好像没有告诉我们什么有用的信息, F12,看遍了题目源码,也没有发现flag,正当我怀疑这个 ...

  10. 最常用的Linux命令

    1. tar 创建一个新的tar文件 $ tar cvf archive_name.tar dirname/ 解压tar文件 $ tar xvf archive_name.tar 查看tar文件 $ ...