沐沐 发表于 2019-6-28 10:43:45

PHP出现500错误相关问题

PHP版本选择

1、部分老程序支持5.2,请自行阅读程序支持的php版本

2、如您的程序需要开启opcache/xcache/apc/yac等扩展,请切换至php5.5以上版本,强行安装可能会导致网站无法访问,请求超时等异常情况

3、php5.5+以上版本php为x64程序,与php5.2/5.3/5.4部分扩展存在兼容性问题

4、相同php版本opcache/xcache/apc等脚本缓存扩展,请只安装其中1个,否则可能导致您的站点程序异常

注意:请按实际需求安装扩展,不要安装不必要的PHP扩展,这会影响PHP执行效率,甚至出现异常

网站出现间接性500错误一般属于扩展兼容性问题在 Windows 平台上共享内存段的基地址。 所有的 PHP 进程都将共享内存映射到同样的地址空间,部分扩展会导致内存基址冲突,这些错误完全是随机性的

如您使用的是IIS,IIS默认5分钟内错误5次,则会停止此站点从而响应503,如不需要停止,请通过网站管理->应用程序池配置->故障处理方式进行处理



倾心丨WHY 发表于 2019-6-28 10:59:47

是的,很多不必要的扩展不要安装...

痞子哥 发表于 2019-6-28 13:49:01

多谢分享!windows新版用的少,收藏已备不时之需!

mrwu888 发表于 2019-6-28 14:41:53

:D学习了

宝塔用户_fvwxzm 发表于 2022-4-28 20:16:35



这个怎么解决

宝塔用_ac8b 发表于 2023-3-4 10:59:22

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@example.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.


这个怎么处理给个教程

宝塔用户_ihonbq 发表于 2024-10-7 14:15:21

宝塔用_ac8b 发表于 2023-3-4 10:59
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to ...

解决了没
页: [1]
查看完整版本: PHP出现500错误相关问题