Hi,
I porting my shared store to modperl2, but for redirect i have one problem:
[Thu Sep 08 16:50:08 2005] [notice] Apache/2.0.54 (Unix) mod_perl/2.0.1
Perl/v5.8.4 configured -- resuming normal operations
---> [Thu Sep 08 16:50:09 2005] [error] [client 127.0.0.1] Can't locate
object method "
On Thu, 8 Sep 2005, Udlei Nattis wrote:
Hi,
I porting my shared store to modperl2, but for redirect i have one problem:
[Thu Sep 08 16:50:08 2005] [notice] Apache/2.0.54 (Unix) mod_perl/2.0.1
Perl/v5.8.4 configured -- resuming normal operations
---> [Thu Sep 08 16:50:09 2005] [error] [client
> $r->err_headers_out->{'Pragma'} = "no-cache";
use
$r->err_headers_out->set(Pragma => 'no-cache');
HTH
--Geoff
Hi,
I porting my shared store to modperl2, but for redirect i have one problem:
[Thu Sep 08 16:50:08 2005] [notice] Apache/2.0.54 (Unix) mod_perl/2.0.1
Perl/v5.8.4 configured -- resuming normal operations
---> [Thu Sep 08 16:50:09 2005] [error] [client 127.0.0.1] Can't locate
object method "STO