RE: Apache::TicketAccess

2002-03-12 Thread Ray Recendez
-Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 12:48 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Apache::TicketAccess Ray Recendez wrote: > Yes I have MD5 installed. However, MD5.pm is located in the following > loc

RE: Apache::TicketAccess

2002-03-12 Thread Ray Recendez
-Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 12:16 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Apache::TicketAccess Ray Recendez wrote: > I am new to perl/mod_perl and I am trying to implement secure > authenti

Apache::TicketAccess

2002-03-12 Thread Ray Recendez
I am new to perl/mod_perl and I am trying to implement secure authentication with expirable ticket/cookies on our website (Apache 1.3.9-Solaris 2.8). I am trying to use Apache::TicketAccess with Apache 1.3.9, modssl, openssl, and mod_ssl installed but I am having problems even though everyt

Authentication???

2002-02-12 Thread Ray Recendez
I am trying decide which authentication scheme to use with Apache on Solaris. I want to be able to issue cookies and expire them after a set duration. What is the best method/module(s)? And which provides the most documentation on setup and configuration?   Thanks, --Ray