Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站经常显示 500 Internal Server Error。重新启动 apache,使站点恢复正常状态。在同一台服务器上运行的其他站点没有此问题。Apache 错误日志没有与此相关的信息。该站点的 apache 日志级别设置为“警告”。
这可能是什么原因?
我的网站是用 PHP 编写的,并部署在 linux 服务器上。
请检查文件夹必要的权限。然后在 index.php 文件中添加
ini_set('display_errors', 1);
显示错误报告。以便您可以找到错误。
如果您安装了 suphp,则可能是 e 权限问题 - 如果安装了所有文件,则需要将 chmod 设置为 644 并且所有文件夹 - 755