mod_perl2 and APR::Request::Cookie error



This code below works fine, but when I uncomment the line
my $jar = $r->jar;
it get an Internal Server Error.

The error_log says:

[Sun Oct 29 15:11:55 2006] [error] [client xxx.xxx.xxx.xxx] Can't locate
object method "jar" via package "Apache2::RequestRec" at
/home/webadmin/xxx.xxxxx.com/modperl/Iby/login.pm line 16.\n

mod_perl 2.0.2
apache 2.0.51
Fedora Core Linux

Any suggestions?

--------code--------

package Iby::login;

use strict;
use warnings;

use Apache2::Reload;
use Apache2::RequestRec ();
use Apache2::RequestIO ();
use APR::Request::Cookie;
use Apache2::Const -compile => qw(OK);

sub handler {
my $r = shift;

# my $jar = $r->jar;

$r->content_type('text/plain');
print "mod_perl 2.0 rocks!\n";
print "$ENV{MOD_PERL}\n";

return Apache2::Const::OK;
}

1;

--
jhk
.



Relevant Pages

  • A Challenge... CGI and Apache
    ... In the past I have configured Apache installs hundreds of times, ... All I get is the dreaded 500 internal server error. ... I even tried the suexec trick. ...
    (comp.infosystems.www.authoring.cgi)
  • first form gives Internal Server Error
    ... Hello, I'm using OpenBSD 3.8 with Apache 1.3.29, and I've got printenv to work properly in cgi-bin. ... #From Deitel, Perl CGI pg. ... which gives me an Internal Server Error, ... "The server encountered an internal error or misconfiguration and was unable to complete your request." ...
    (perl.beginners)
  • Re: UnCommon Web intro video
    ... I'm using a Debian Linux system with ... I have Apache 1.3.33 and mod_lisp installed, ... It definitely isn't the standard Apache page. ... "Internal Server Error". ...
    (comp.lang.lisp)
  • mod_perl config problem with apache ?
    ... I installed executables of apache and perl. ... I get "Internal Server Error", so in my apache error.log file I look ... PerlSwitches -IC:/Perl/site/win32API ...
    (comp.lang.perl.modules)
  • Re: php_exif.dll
    ... >when I uncomment this apache will not start - what is wrong? ... http://www.andyhsoftware.co.uk/space:: disk and FTP usage analysis tool ... Prev by Date: ...
    (comp.lang.php)