Re: Getting started with Apache::AuthCookie

2005-11-02 Thread Sean Davis
On 11/2/05 12:22 PM, "Dan Axtell" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to mod_perl programming, and I'm trying to write an > authentication/authorization system under mod_perl 2.0. I've been suing > mod_auth, but I need a database-driven system and mod_auth_mysql won't > complie on my s

Getting started with Apache::AuthCookie

2005-11-02 Thread Dan Axtell
Hi, I'm new to mod_perl programming, and I'm trying to write an authentication/authorization system under mod_perl 2.0. I've been suing mod_auth, but I need a database-driven system and mod_auth_mysql won't complie on my system (that's another story). I'm trying to use Apache2::AuthCookie