Subject: | Adaption to apache 2.4 |
Date: | Wed, 26 Aug 2015 09:52:24 +0200 |
To: | bug-Apache2-AuthCookieDBI [...] rt.cpan.org |
From: | Vegard Vesterheim <vegard.vesterheim [...] uninett.no> |
I have a module which inherits from Apache2::AuthCookieDBI. I tried to
deploy my module on apache 2.4, but this fails.
The documentation for Apache2::AuthCookie (which Apache2::AuthCookieDBI
inherits from), states that in order to run on apache 2.4 one needs to
inherit from Apache2_4::AuthCookie instead.
https://github.com/mschout/apache-authcookie/blob/httpd24/README.apache-2.4.pod
So, are there any plans to adapt Apache2::AuthCookieDBI to apache 2.4?
- Vegard V -