Results 1 to 3 of 3

Thread: I get "Internal Server Error - Error 500" when i access my website

  1. #1
    Join Date
    Jan 2009
    Posts
    50

    I get "Internal Server Error - Error 500" when i access my website

    Hey guys, i own a website and most of the time when i access this website i get Error 500 - Internal Server Error. I want to rectify this error what may be the problem? what should i check? and what this error indicates?

  2. #2
    Join Date
    May 2008
    Posts
    2,792

    Re: Internal Server Error - Error 500

    500 errors in the HTTP cycle

    Any client (e.g. your Web browser or our CheckUpDown robot) goes through the following cycle when it communicates with your Web server:

    • Obtain an IP address from the IP name of your site (your site URL without the leading 'http://'). This lookup (conversion of IP name to IP address) is provided by domain name servers (DNSs).
    • Open an IP socket connection to that IP address.
    • Write an HTTP data stream through that socket.
    • Receive an HTTP data stream back from your Web server in response. This data stream contains status codes whose values are determined by the HTTP protocol. Parse this data stream for status codes and other useful information.


    This error occurs in the final step above when the client receives an HTTP status code that it recognises as '500'.

    Resolving 500 errors - general

    This error can only be resolved by fixes to the Web server software. It is not a client-side problem. It is up to the operators of your Web server site to locate and analyse the logs which should give further information about the error.

    Resolving 500 errors - CheckUpDown

    Please contact us (email preferred) whenever you encounter 500 errors on your CheckUpDown account. We then have to liaise with your ISP and the vendor of your Web server software so they can trace the exact reason for the error. Correcting the error may require recoding program logic for your Web server software, which could take some time.

  3. #3
    Join Date
    Feb 2009
    Posts
    4

    Re: I get "Internal Server Error - Error 500" when i access my website

    Hi,

    These error occurs due to wrong entry in your .htaccess file. Please check it and also you can check the apache error logs from it you can know why you are getting that error messge or post the logs in the forum i can help you.

    With regards,
    Dheeraj kumar.B
    Ehostpros.in

Similar Threads

  1. Replies: 12
    Last Post: 21-01-2013, 12:16 PM
  2. Replies: 5
    Last Post: 16-01-2011, 07:26 PM
  3. "Access denied" error in SQL Server
    By Bretharm in forum Software Development
    Replies: 5
    Last Post: 01-12-2010, 07:33 AM
  4. Error 42003 "Internal program error "
    By Andre neil in forum Operating Systems
    Replies: 3
    Last Post: 27-04-2009, 10:09 AM
  5. Replies: 2
    Last Post: 17-01-2007, 09:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,587,596.26576 seconds with 17 queries