Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/2012 in all areas

  1. Cgi can be really picky about permissions and syntax, and when it isn't exactly perfectly right it throws the very unhelpful 500 error. Step one on troubleshooting is to make sure your cgi-bin directory and cgi file both have 755 permissions. Step two is to make sure you're using the right shebang, which according to your code above looks right to me. Step three is to make sure you set the correct content type. print "Content-type:text/html\r\n\r\n"; Is what I use for perl cgi and it works on Heliohost. There may be other slight variations that work too. Let us know if that doesn't fix the problem.
    1 point
  2. yup Nothing's wrong, as ExtremeGaming pointed out 500 errors are often caused by simple stuff like cPanel or phpMyAdmin being open, has to do with process limits on user accounts. Or when the server's got an extremely heavy load it'll spit 500 errors for most sites.
    1 point
  3. A 500 error is usually caused by phpmyadmin being opened. If it is not opened give it time to sort itself out (maybe 5 minutes). Do you still have the issue after this?
    1 point
×
×
  • Create New...