Re: mod_perl based Authentication ...

2001-03-29 Thread Michael Smith
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

Re: mod_perl based Authentication ...

2001-03-28 Thread G.W. Haywood
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 >

Re: mod_perl based Authentication ...

2001-03-28 Thread Sumit Babu
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

Re: mod_perl based Authentication ...

2001-03-28 Thread Carlos Ramirez
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

Re: mod_perl based Authentication ...

2001-03-28 Thread Mike Cameron
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

mod_perl based Authentication ...

2001-03-28 Thread Sumit Babu
Hi, I am very new to mod_perl, and would like to know if there are any pointers that provide help/examples for authentication for web sites. Although I am familiar with the cgi scripting, I have not written any kind of authentication on my own. So, if somebody can give some good pointers to th