Re: mod_perl 1.99-02 cgi_header_out

2002-06-11 Thread Doug MacEachern

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.




mod_perl 1.99-02 cgi_header_out

2002-06-10 Thread John Bass

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