RE: Apache vs Boa error LFLF

2004-09-10 Thread Bob Showalter
Shawn Sharp wrote: > 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 +] cgi_header: unable to find LFLF. > > I have tried the following change > > From: > > print "content-type: t

Apache vs Boa error LFLF

2004-09-09 Thread Shawn Sharp
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 +] cgi_header: unable to find LFLF. I have tried the following change From: print "content-type: text/html\n\n"; changed t