Another porting issue for mod_perl2, admittedly this is a libapreq2 change
but it might be worth including in the mod_perl porting documentation as
anyone porting an application might well run into it (well, I did)
Apache::Cookie->fetch in libapreq2 requires that the request object
is passed to it
Setup: mod_perl-1.99_11, libapreq2-2.02, Apache 2.0.47, RedHat 9.
Running Apache::Status gives the attached output. There's no trace
of an error in the logs & I'm guessing that it's just an inappropriate
return code.
I _think_ this might be an appropriate patch?
--- Apache/Status.pm.orig2003-
Stas Bekman wrote:
Paul Flinders wrote:
At present I'm not getting much further than the start-up code. The
sequence
my $s = Apache->server;
my $uid = $s->uid;
my $gid = $s->gid;
gives me
Syntax error at /etc/httpd/conf.d/perl.conf:66
Can't locate object method "
I'm currently investigating using Apache::PageKit to develop
a web application.
I'm more-or-less constrained to use Apache 2 by the environmental
requirements for the project which means mod_perl2 and libapreq2.
I realise that this is something of an experimental brew, especially
as PageKit doesn't