Re: Apache 2.4 and AAA
"Kevin A. McGrail" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 5/29/2015 1:20 PM, André Warnier wrote: > Over the years, I have created and modified and re-modified my own > Apache/mod_perl authentication module, which was originally derived > from Apache(2?)::AuthCookie (pilfered would be the correct term I guess). > It currently runs up to Apache 2.2, but I have heard/read in various > places that the Apache AAA interface had been changed significantly in > 2.4. > I figure that I should thus start updating my module, before all my > customers update their Apache and make my module obsolete. > But although I have seen many warnings about the changes, I have not > really see yet any real outline of the changes in mod_perl AAA API > calls, that would likely have to be made to accomodate this. > Would anyone have more info or pointers on that general subject ? Sounds like a good time to read http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html and to play with the 2.0.9-rc2 (they discussed releasing it today...) Beyond that, I don't know that anyone will have any specific input without seeing the module and what errors you are having with 2.4/mp2.0.9rc1 or rc2. Regards, KAM