I am working on some perl cgi code that works on an apache webserver but
I get the following error when I run it on a boa webserver 

 

[08/Sep/2004:23:41:09 +0000] cgi_header: unable to find LFLF.

 

I have tried the following change 

 

From:

print "content-type: text/html\n\n";

 

changed to:

 

 print "content-type: text/html\r\n\r\n";

 

any ideas.

 

Has anyone else seen code that works on an apache webserver but not on a
Boa server

Reply via email to