Plankton has asked for the wisdom of the Perl Monks concerning the following question:
Dear wise Monks
I have some very old mod_perl 1.0 code (perl 5.6.1) that runs under Apache 1.0 no problem. But when I run this code under mod_perl 2.0 I get this error:
I can get the code to run if I change my httpd.conf Files directive so that it is cgi-script but I would like to have the improved performance of running in mod_perl with perl-script.malformed header from script. Bad header=</font> : bopper.mcgi
Is there something I need to do with the $cgi->header() calls or something?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl-script vs. cgi-script and malformed header from script. Bad header=</font> : bopper.mcgi
by zwon (Abbot) on Dec 16, 2009 at 22:02 UTC | |
|
Re: perl-script vs. cgi-script and malformed header from script. Bad header=</font> : bopper.mcgi
by desemondo (Hermit) on Dec 16, 2009 at 22:03 UTC | |
|
Re: perl-script vs. cgi-script and malformed header from script. Bad header=</font> : bopper.mcgi
by Anonymous Monk on Dec 17, 2009 at 03:58 UTC | |
|
Re: perl-script vs. cgi-script and malformed header from script. Bad header=</font> : bopper.mcgi
by Plankton (Vicar) on Dec 17, 2009 at 23:24 UTC |