Re: headers_out

2007-12-03 Thread Woff3
Yes, Apache2::compat did the job. Adam Prime wrote: > > Roberto C. Sánchez wrote: >> >> Have you tried adding "PerlModule Apache2::compat" in your httpd.conf? >> > > Or you can use $r->headers_out. $r->header_out is no longer supported. > see: > > http://perl.apache.org/docs/2.0/user/portin

Re: headers_out

2007-12-03 Thread Woff3
Thanks you very much. I added that module and it worked ! Roberto C. Sanchez-6 wrote: > > On Sat, Dec 01, 2007 at 05:56:31AM -0800, Woff3 wrote: >> >> Hi. >> >> I had Apache 2.0 and mod_perl. >> >> Now I upgraded to Apache 2.2.6 and mod_perl2.

headers_out

2007-12-01 Thread Woff3
Hi. I had Apache 2.0 and mod_perl. Now I upgraded to Apache 2.2.6 and mod_perl2. I have html-pages where I use mason code. [code] $r->header_out("Refresh" => "5; url=$url"); This code worked fine in my previous system. Now when run my application, I get this error: Can't locate object method "