Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: John on December 28, 2001, 11:56:40 PM

Title: CGI scripts
Post by: John on December 28, 2001, 11:56:40 PM
Hi

I installed a CGI script, changed the mod to 755 and now I get the following error when I try to run the script:

500 Internal Server Error
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@....... and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


Any suggestions?

Thank you in advance!
John
Title: Re: CGI scripts
Post by: Nate LaFerle on December 31, 2001, 12:28:26 AM
Check your perl code carefully... the tiniest error in a CGI script will result in that error... make sure you've got all your semicolons & brackets in :)
Title: Re: CGI scripts
Post by: Simeon on January 01, 2002, 02:54:25 PM
Look in /var/log/httpd/error.log - it'll tell you where the problem is.