Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-20-2002 03:11:21

mark
Member
Registered: 05-01-2002
Posts: 24

Installation problems

I have installed other cgi based programs and have had no proiblems but seem to have failed with this one.

I installed CCP using FTP following instructions to the letter but when I try and access any of the .cgi files I get a 500 server error.

On checking the server error logs this is the message:

<Sat Apr 20 09:55:47 2002> <error> <client 213.122.168.110> Premature end of script headers: /home/469/traceycolley/www.justmustard.com/cgi-bin/cp-app.cgi

Has anyone any ideas please? New job for new client as usual urgent!

PS. I do have telnet access if needs be

Offline

 

#2 04-24-2002 14:24:04

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Installation problems

If you've got Telnet, login and go to your cp/cgi-bin directory.  Then execute:

perl cp-app.cgi

And see what errors are there.  If there aren't any, check with your host for webserver configuration issues.  If there are errors, Perl is very good about telling you what to fix.

Also, you may just want to try re-uploading all of the files to the cgi-bin again and seeing what happens before you adjust your paths.  If you have errors that way, try editing the #! line to read:

#!/usr/local/bin/perl

instead of:

#!/usr/bin/perl

Good luck!


Nick Hendler

Offline

 

Board footer