Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

execute *.pl and cgi 1

Status
Not open for further replies.

confuse

Programmer
Dec 3, 2000
9
MY
Hi! I am trying to create a feedback form. When i execute this error message is logged to the server. Please help me!!

[04/Dec/2000:10:45:55] failure ( 289): for host 192.168.2.1 trying to POST /cgi-bin/mailform.pl, cgieng_scan_headers reports: the CGI program /export/home1/netscape/suitespot/cgi-bin/mailform.pl did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)
 
The old header problem... looks more like a thread for programming: perl...

Try this:
print "Content-type:text/plain\n\n";
which is a valid content-header.

regards
chenn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top