in reply to perl-script vs. cgi-script and malformed header from script. Bad header=</font> : bopper.mcgi

I figure out what my problem was. I needed to remove the ...
PerlOptions +ParseHeaders
... in my apache conf.
<Files *.mcgi> SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +GlobalRequest Options +ExecCGI Order allow,deny Allow from all </Files>
  • Comment on Re: perl-script vs. cgi-script and malformed header from script. Bad header=</font> : bopper.mcgi
  • Select or Download Code