You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by John Bass <Jo...@johnbass.co.uk> on 2002/06/10 12:27:53 UTC

mod_perl 1.99-02 cgi_header_out

Hello,

Does anyone have a solution for the cgi_header_out function within
mod_perl 2.

I have found it is used by Apache:Session, and would like to use this
module.

John



Re: mod_perl 1.99-02 cgi_header_out

Posted by Doug MacEachern <do...@covalent.net>.
On Mon, 10 Jun 2002, John Bass wrote:

> Hello,
> 
> Does anyone have a solution for the cgi_header_out function within
> mod_perl 2.
> 
> I have found it is used by Apache:Session, and would like to use this
> module.

i was going to ask, why on earth would Apache::Session use cgi_header_out, 
but then i downloaded 1.54 and see that it does not.  what version are you 
using?  you will need to have 'PerlModule Apache::compat' configured for 
the header_{in,out} methods.