Re: question on Apache2_4::AuthCookie

2016-04-07 Thread tomcat
On 07.04.2016 21:12, Lathan Bidwell wrote: Hi. I have (a long time ago) created an AAA module based originally on Apache2::AuthCookie (a copy and rewrite, not a sub-class). Now I need to adapt this to Apache 2.4. I have read all the docs at https://metacpan.org/source/MSCHOUT/Apache-AuthCookie-3

Re: question on Apache2_4::AuthCookie

2016-04-07 Thread Lathan Bidwell
> > Hi. > I have (a long time ago) created an AAA module based originally on > Apache2::AuthCookie (a copy and rewrite, not a sub-class). Now I need to > adapt this to Apache 2.4. > I have read all the docs at > https://metacpan.org/source/MSCHOUT/Apache-AuthCookie-3.24/lib/Apache2_4/AuthCookie.pm,

Re: question on Apache2_4::AuthCookie

2016-04-07 Thread Michael Schout
On 4/6/16 11:51 AM, A. Warnier wrote: > I could of course hack the values of these constants under 2.4, and use > their values directly in my module, but that is rather "inelegant". If you insist on using the same module/source for both 2.4 and 2.2 I do not see any other option. The AUTHZ_GRANTE

Re: Thread-safe & vars scope clarification

2016-04-07 Thread Ben RUBSON
>> If you want to try it yourself and report back, I'm sure we'd all be >> interested in what you find out. The main thing I'm aware of is that >> copy-on-write works very well for preforking and threads usually can't >> match it, but maybe your application is different. >> >> Regarding your thre