in reply to Using Mason with Mod_Perl 2 and getting "did not send an HTTP header" error

It works for me :/ upgrade?

$ pmvers HTML::Mason HTML::Mason::ApacheHandler mod_perl2 HTML::Mason: 1.42 HTML::Mason::ApacheHandler: 1.69 mod_perl2: 2.000001

Maybe use PerlResponseHandler instead of PerlHandler?

Maybe a bug in DefaultType/AddType ?

  • Comment on Re: Using Mason with Mod_Perl 2 and getting "did not send an HTTP header" error
  • Download Code

Replies are listed 'Best First'.
Re^2: Using Mason with Mod_Perl 2 and getting "did not send an HTTP header" error
by Anonymous Monk on Mar 26, 2012 at 00:02 UTC
    Don't think it's a version issue, I have the following
    HTML::Mason : 1.48 HTML::Mason::ApacheHandler: 1.69 mod_perl2 : 2.000005
    Tried using PerlResponseHandler, but the result is the same.
      Must be a bug in your .conf then
        Maybe you turned off MasonAutoSendHeaders?