The modperl book should help a lot.
Try this:
http://www.modperl.com/book/chapters/ch6.html
Mike
- Original Message -
From: "Sumit Babu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 28, 2001 5:10 PM
Subject: mod_perl based Authentication ...
> Hi,
> I am
Hi there,
On Wed, 28 Mar 2001, Sumit Babu wrote:
> I am trying to install Apache::AuthCookie from CPAN,
> but I am getting the following error (during make test
> stage) and I am not able to get what is wrong here:
> ---
> [error] Can't load
>
Hi,
Thank you Mike and Carlos for your early replay.
I am trying to install Apache::AuthCookie from CPAN,
but I am getting the following error (during make test
stage) and I am not able to get what is wrong here:
---
PERL_DL_NONLAZY=1 /usr/bin
You can also read the Authentication & Authorization chapter of the
"Writing Apache Modules with Perl
and C" book online: http://www.modperl.com/book/chapters/ch6.html
Or even better, buy the book ;)
-Carlos
Mike Cameron wrote:
Try this
http://search.cpan.org/search?mode=module&query=Apache%3A%3A
Try this
http://search.cpan.org/search?mode=module&query=Apache%3A%3AAuth
I found browsing existing code and implementing existing modules really
helps a guy understand the whole process.
Sumit Babu wrote:
> Hi,
> I am very new to mod_perl, and would like to know
> if there are any pointe