This being a generic error, it could be caused by many things. Here are some of the most common:
1) Your script is not CHMOD 755. (you can do this with your FTP program. Any script you try to run that isn't chmod 755 will result in an internal server e...
Place your CGI programs in the cgi-bin directory. Be sure to upload them in ASCII mode.
Make sure to change permissions to 755 for the script. (you can easily do this with your FTP program). ALL cgi scripts MUST be chmod 755 in order to work.
You...