Internal Server Error help, 500 error

Internal server errors can be due to a few different factors. Please examine the Error Records in cPanel for a particular information.

Here are the most typical factors for 500 errors:

(1) Bad permissions, Writable by group

Directories and Folders must be -> 755. Exe programs within the cgi-bin directory must be 755. Pictures, press, and written text details like HTML should be 644.

(2) Bad .htaccess, Incorrect command


In the .htaccess file, you may have included lines that are either written poorly or inconsistent. The best way to repair this issue is to comment out the lines in the htaccess.

You can comment out a range of lines in the .htaccess by including # to the starting point. You must preserve an unique duplicate copy of any file before you create changes.

For example, if the .htaccess looks like

 DirectoryIndex default.html
AddType application/x-httpd-php5 php

Then try something like this
DirectoryIndex default.html
#AddType application/x-httpd-php5 php

Broken lines and lines that begin with php_flag are the most typical errors. If you cannot decide which range is the issue, then comment out every range.

(3) Exceeding resources, nothing in the Error Log

It is possible your 500 error is occurring due to too many processes which got jampacked in the server queue.

With SSH (shell) accessibility, you can verify different processes operating on your account. Just type following command:

ps faux

Or follow this command(be sure to substitute login name with the real username):
ps faux |grep username

Once you have the procedure ID ("pid"), just type this to destroy the particular procedure (be sure to substitute pid with the real procedure ID):

kill -9 pid

Our server administrators, technical staff will be able to counsel you how to prevent this error. Please contact us through Ticket or Live Chat to get rid off this server error issues.
  • 12 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

Related Articles

I already own a hosting package and want to add a 2nd domain

 You can add additional domain name through your cPanel with the help of "Addon Domains"...

How Can I Restore My cPanel or Move from One cPanel to Another?

Usually the hosting companies take care of these issues but if you want to do it on your own,...

How to Set Up a Redirect

    Log into cPanel.    Under Domains, simply select the Redirect...

How to Change DNS Zones (MX, CNAME, and A records)

SharedWith cPanel 11.34, customers are provided accessibility to make some of these changes from...

How do I create and delete a cron job?

To create a cron job:    Simply, Log into -> cPanel.    In the...