I'm trying to use the script guestbook.pl, which I've placed in the CGI bin and am calling from the form at
http://www.b-iris.com/tlupl21o_guestbook.html.
When I hit "submit," I get the following error page:
> Internal Server Error
>
> The server encountered an internal error or misconfiguration and was
> unable to complete your request. Please contact the server administrator,
>
webmaster@b-iris.com 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.
>
> Additionally, a 404 Not Found error was encountered while trying to use an
> ErrorDocument to handle the request.
Permissions are supposed to be "a+rx" - I'm not sure what that works out to numerically, so I've set them to 777.
I also think that I may have erred in the following section of the script, since I'm not sure what $guestbookreal, $guestlog, and $date_command should be.
$guestbookurl = "http://www.b-iris.com/guestbook.html";
$guestbookreal = "/usr/www/users/iris/guestbook.html";
$guestlog = "/usr/www/users/iris/guestlog.html";
$cgiurl = "http://www.b-iris.com/cgi-bin/guestbook.pl";
$date_command = "/usr/bin/date";
Thanks,
Andrew