Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Internal Error

Quote Reply
Internal Error
When I try to access admin.cgi there is an internal server error. So I go into telnet and try to debug it. It says that there is an error in parse_form and the reason is that is an unknown request method. Can anyone help me?

Quote Reply
Re: Internal Error In reply to
What command did you use via telnet????

You need to use perl -c admin.cgi to check the syntax of the admin.cgi file.

Using perl admin.cgi will invoke an error because you CANNOT execute admin.cgi via telnet.

Got it?

Regards,

Eliot Lee
Quote Reply
Re: Internal Error In reply to
OK the syntax says its ok, but why isn't it working??

Quote Reply
Re: Internal Error In reply to
Please try searching this forum for Internal Server Error admin.cgi. I have answered this same question about...hmm...a dozen times or so in the past two months.

Regards,

Eliot Lee