avoiding authentication w/ mod_perl

2001-05-10 Thread Mark Holt
Hi, I am running a hosting service, and I use mod_perl to filter pages and add banners. For my paid users, I would like to offer the option of using .htaccess files for password protection, but I can't afford to check these files on every hit, only hits to paid sites. I can determine if the

Re: avoiding authentication w/ mod_perl

2001-05-10 Thread John Saylor
Hi ( 01.05.10 13:07 -0600 ) Mark Holt: For my paid users, I would like to offer the option of using .htaccess files for password protection, but I can't afford to check these files on every hit, only hits to paid sites. I can determine if the user is paid with a couple of lines of perl, but