Bill: I am having the same problem. I thought it stemmed from the $|++ that we used to turn off buffering but that doesn't seem to be it for us.
See http://perl.apache.org/docs/2.0/user/coding/coding.html#Generating_HTTP_Response_Headers for a hint but I haven't fixed it and I haven't turned on assbackwards method either. Regards, KAM ----- Original Message ----- From: "Bill Whillers" <[EMAIL PROTECTED]> To: <modperl@perl.apache.org> Sent: Monday, July 11, 2005 6:14 PM Subject: MP2 - ("did not send an HTTP header") > Ugh. We have CGI scripts that were ported a while ago to MP 1x and seemed to > work fine at that time but now we've set up an MP 2 environment and are > seeing "did not send an HTTP header" (everywhere), such as with: > > print "Location: $url\n\n"; > > (All CGI code here uses the same common method to produce standard headers) > > What is confusing is that sometimes pages return fine. > > Is there something I'm missing or should verify/check? -- (httpd.conf does use > PerlOptions +ParseHeaders). > > > BW >