[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Need Help with Security and Form Handler



> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Ben Hayes
> Sent: Sunday, December 12, 1999 11:03 AM
> To: cobalt-users@xxxxxxxxxxxxx
> Subject: [cobalt-users] Need Help with Security and Form Handler
>
>
> I'm new to this (Linux and Raq2) so any help would be appreciated.
>
> I have a Raq2 w/ SSL installed and I have one certificate for my
> virtual sites
> to use.  I recently added a script (bnbform) to handle a form
> that emails the
> contents of that form to a particular user.
>
> The problem I am having is after hitting the submit button on the
> form, The
> following error is returned in my browser window (both Netscape and IE):
>
> Internal Server Error
> The server encountered an internal error or misconfiguration and
> was unable to
> complete your request.
> Please contact the server administrator, root@localhost 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.
>
>
Too general. Could be a multitude of things. Wrong #!usr/bin/Perl line, an
uncommented " in the script, (should have a \ in front of the ").
Try putting:
use CGI::Carp qw(fatalsToBrowser);
as one of the first lines in the script and try it and see what it spits
out.
--
Dan Kriwitsky