Koozali.org: home of the SME Server

CGI scripts

John

CGI scripts
« 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

Nate LaFerle

Re: CGI scripts
« Reply #1 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 :)

Simeon

Re: CGI scripts
« Reply #2 on: January 01, 2002, 02:54:25 PM »
Look in /var/log/httpd/error.log - it'll tell you where the problem is.