Results 1 to 2 of 2
Hey, I am trying to install IkonBoard for my redhat 9.1 http/php server. When I try to run installer.cgi, I get an error 500 that says Error message:
Premature end ...
- 12-14-2003 #1Just Joined!
- Join Date
- Dec 2003
- Posts
- 3
CGI Help, error 500
Hey, I am trying to install IkonBoard for my redhat 9.1 http/php server. When I try to run installer.cgi, I get an error 500 that says Error message:
Premature end of script headers: installer.cgi
In the script the path to perl is correct, and in httpd.conf, the directory for cgi-bin is correct. I also made sure the files had the right permissions as said in the installer guide. The Ikonboard people are completely clueless, does anyone have any idea?
- 12-15-2003 #2Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
Can you post the script here? A quick search on google came out with the
following statement being mistyped at the beginning of the perl file"
print "Content-type: text/html\n\n";


Reply With Quote