PassMark Logo
Home » Forum

newbie: http internal server error problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • trew
    Member
    • Jul 2009
    • 21

    #1

    newbie: http internal server error problem

    HI to all
    Http 500 http internal server error problem
    If I just index 50 pages it works ok
    But anything over the 50 page limit and it returns the above Error
    Thankyou
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    What options have you selected (PHP, ASP, CGI, etc..)
    Is your server running on Linux / Apache?

    If you are running PHP & Apache, then have a look at this FAQ
    "Fatal error: Allowed memory size of 8388608 bytes exhausted..." or similar error message

    and this old post if you are using PHP, or CGI on Apache.
    http://www.wrensoft.com/forum/showthread.php?t=12

    And get back to us if you still have a problem.

    Comment

    • trew
      Member
      • Jul 2009
      • 21

      #3
      Solved

      By changing from php to asp has cured the problem

      Comment

      • David
        Administrator
        • Dec 2004
        • 4714

        #4
        My guess it that you were on a Windows IIS server that didn't support PHP, and that the server was configured to throw a 500 error when a file of unknown type is requested.

        That's the problem with the "500" error. There are about hundred different causes for the error.

        Anyway, glad you sorted it out.

        Comment

        Working...