Skip to main content

Clean WHM/cPanel install and Wordpress back end 500 Internal Errors

Comments

5 comments

  • 24x7ss
    Hello :), This should be checked with Wordpress support forum actually. But still I can help you with this. Kindly check if your wordpress is updated to latest version including the plugins & themes. Also check the access_logs of this particular domain, if there is any attack on wp-login.php file. If so, that will surely cause resource consumption. In that case, you can have any security plugins where you can set Brute Force Attack prevention.
    0
  • InteractM
    I don't see any attacks on wp-login.php as the back-end access was changed from default one. As I mentioned before for me it looks like issue with PHP (cPanel PHP configuration?) on VM as I have another standalone shared server where I have uploaded same site and nobody is experiencing 500 errors so far.
    0
  • 24x7ss
    Hello, I would then suggest you to try rebuilding the php with existing setup and see if that makes any difference. # /scripts/easyapache --build
    0
  • InteractM
    Yeah - I think this is my next step to go for
    0
  • cPanelMichael
    Hello :) It's important to find the corresponding entry in /usr/local/apache/logs/error_log because that will let you know the specific reason for the message. You could try searching the log for the account username. EX:
    grep $username /usr/local/apache/logs/error_log
    Thank you.
    0

Please sign in to leave a comment.