in reply to Re: mod_perl question on PerlAuthenHandler
in thread mod_perl question on PerlAuthenHandler

I've got the book, but I have no ability to use a database backend for this server.

This means that all of those cool database using modules are useless to me.

I'm going to take the C version we have and port to mod_perl for now. I have no idea what else to do and I am not sure I can do it any easier.

Thanks,

J. J. Horner
Linux, Perl, Apache, Stronghold, Unix
jhorner@knoxlug.org http://www.knoxlug.org/
  • Comment on RE: Re: mod_perl question on PerlAuthenHandler

Replies are listed 'Best First'.
RE: RE: Re: mod_perl question on PerlAuthenHandler
by KM (Priest) on Jun 22, 2000 at 19:26 UTC
    So, modify the modules to use DBM files, or text files (ick), or keep a cache of the data in memory (ick), write the data to a global hash and use Data::Dumper to save current information periodically. Or, install MySQL :) This is not hard!

    Cheers,
    KM