Re: CGI ap on NetworkSolutions host
[email protected] (Gunnar Hjalmarsson) Wed, 08 Apr 2009 17:43:51 +0200
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
Vance E. Neff wrote:
> I have a CGI program under cgi-bin called Login.CGI and a html page
> under htdocs.
> When the html page attempts to post a form to ../cgi-bin/Login.CGI, I
> get a non-description error:
> 500 internal server error
Try adding
use CGI::Carp 'fatalsToBrowser';
near the top of Login.CGI.
Even if Login.CGI works on Windows, maybe you ought to rename the file
to Login.cgi (Unix is case sensitive).
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl