简体   繁体   English

如何解决wordpress中的http 500错误?

[英]How to solve http 500 error in wordpress?

I am trying to open a website since yesterday but facing this problem我从昨天开始就试图打开一个网站,但面临这个问题

This page isn't working https://www.indgovjobs.com/ is currently unable to handle this request.此页面无效https://www.indgovjobs.com/目前无法处理此请求。 HTTP ERROR 500 HTTP 错误 500

I searched on the net and tried all the method I could to solve the issue but wasn't able to solve it.我在网上搜索并尝试了所有可以解决问题的方法,但无法解决。 I tried htaccess file method (but I don't have access to the admin panel due to the same issue), increasing php memory, disable plugin by renaming the folder.我尝试了 htaccess 文件方法(但由于同样的问题,我无法访问管理面板),增加 php 内存,通过重命名文件夹禁用插件。 I have hosted the website via aws ec2 wordpress by bitnami instance.我已经通过 aws ec2 wordpress 通过 bitnami 实例托管了该网站。

Can you ssh your ec2 instance and access check the error logs?您可以 ssh 您的 ec2 实例并访问检查错误日志吗? please post them here.请把它们贴在这里。

if you are having difficulty using ssh, check the following documentation by bitnami to troubleshoot AWS/WordPress issues.如果您在使用 ssh 时遇到困难,请查看 bitnami 提供的以下文档以解决 AWS/WordPress 问题。

https://docs.bitnami.com/aws/how-to/troubleshoot-wordpress-issues/ https://docs.bitnami.com/aws/how-to/troubleshoot-wordpress-issues/

Depending on OS or apache installation your location of the error log may be different.根据操作系统或 apache 安装,您的错误日志位置可能不同。 try following command尝试以下命令

sudo tail -100 /var/log/apache2/error.log

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM