Problem with Apache2::AuthCookie and Apache 2.4: failed to resolve handler

2014-06-25 Thread Brian Candler
line 388.\n, referer: http://localhost:8013/testsite/protected/example.html and indeed, I see no 'requires' member in http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html Does anybody have any clues they can pass on? Many thanks, Brian Candler. (Code assumes it's unpacked under /var

Re: Problem with Apache2::AuthCookie and Apache 2.4: failed to resolve handler

2014-06-25 Thread Brian Candler
On 25/06/2014 13:41, Brian Candler wrote: I notice that there is a newer version of Apache2::AuthCookie (3.22) available, so I installed that from CPAN. But this changes the error to: [Wed Jun 25 13:35:26.054231 2014] [perl:error] [pid 17668] [client 10.0.2.2:50801] Can't locate object method

Re: Problem with Apache2::AuthCookie and Apache 2.4: failed to resolve handler

2014-06-25 Thread Brian Candler
OK I have it. The Debian-supplied version of Apache2::AuthCookie *does* have the patches from the httpd24 branch of authcookie, and the documentation for how to use it is in /usr/share/doc/libapache2-authcookie-perl/README.apache-2.4 My testsite can be made to work like this: ---