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