Re: Apache2::AuthCookie
Adam Prime <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Michel Jansen wrote: > Hi, > > Since i understand that http-authentication is not used much and because > it is impossible to logout from an authenticated session without closing > the browser i am looking at Apache2::AuthCookie to replace > http-authentication. I installed the module but i need some more > examples to get things going. Can anyone help me out? Currently i get > the error "configuration error: couldn't check user. No user file?" in > the apache log but i cannot find the place where i should store the > passwd file? > > Is it possible to connect AuthCookie to AuthDBI? You might want to take a look at: http://search.cpan.org/dist/Apache2-AuthCookieDBI/ Adam