Re: Howto Apache2::AuthCookieDBI and followup question

2016-09-30 Thread Vincent Veyron
On Sat, 1 Oct 2016 00:16:59 +0200 Tosh Cooey wrote: > > Now the followup. I personally need extra dynamism, specifically I need > DBDParams and SessionCookieName to be dynamic for each request. Intense > googling has lead me to believe I can do so within a block, > something like: > > When

Howto Apache2::AuthCookieDBI and followup question

2016-09-30 Thread Tosh Cooey
Ok, so it seems with Apache > 2.4 the functionality of Apache2::AuthCookieDBI can be duplicated using modules, specifically: mod_auth_form AND mod_authn_dbd This article gives a good writeup about it: https://kodingnotes.wordpress.com/2013/02/26/authentication-in-apache2-4-part-1-installation/